diff options
| author | Cary Clark <cary@android.com> | 2010-04-22 13:37:01 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-04-22 13:37:01 -0700 |
| commit | 3b7070b872ef123bcdd7e8798ff589f98cf37b2e (patch) | |
| tree | c136ff260779db2af89250388b27765b227e00ad /WebKit/android/nav/CachedRoot.h | |
| parent | bde97c75e1086d7904ae93649c04111b80b87b8e (diff) | |
| parent | 68b8e349574b5d6db35108cbb5236133b99eeaa6 (diff) | |
| download | external_webkit-3b7070b872ef123bcdd7e8798ff589f98cf37b2e.zip external_webkit-3b7070b872ef123bcdd7e8798ff589f98cf37b2e.tar.gz external_webkit-3b7070b872ef123bcdd7e8798ff589f98cf37b2e.tar.bz2 | |
am 68b8e349: am 0f92e845: am 55ab51c0: Merge "nextTextField may walk off the end or try invalid frames" into froyo
Diffstat (limited to 'WebKit/android/nav/CachedRoot.h')
| -rw-r--r-- | WebKit/android/nav/CachedRoot.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WebKit/android/nav/CachedRoot.h b/WebKit/android/nav/CachedRoot.h index 735f23b..6e9fff0 100644 --- a/WebKit/android/nav/CachedRoot.h +++ b/WebKit/android/nav/CachedRoot.h @@ -75,6 +75,14 @@ public: WebCore::String imageURI(int x, int y) const; bool maskIfHidden(BestData* ) const; const CachedNode* moveCursor(Direction , const CachedFrame** , WebCore::IntPoint* scroll); + /** + * Find the next textfield/textarea + * @param start The textfield/textarea to search from. + * @param framePtr If non-zero, returns CachedFrame* containing result. + * @return CachedNode* Next textfield/textarea or null (0) if none. + */ + const CachedNode* nextTextField(const CachedNode* start, + const CachedFrame** framePtr) const; SkPicture* pictureAt(int x, int y) const; void reset(); CachedHistory* rootHistory() const { return mHistory; } |
