Searched refs:findNext (Results 1 - 13 of 13) sorted by relevance

/external/webkit/WebKit/chromium/public/
H A DWebFindOptions.h47 bool findNext; member in struct:WebKit::WebFindOptions
52 , findNext(false) { }
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderIterator.java87 this.currentIndex = findNext(-1);
100 protected int findNext(int from) { method in class:BasicHeaderIterator
149 this.currentIndex = findNext(current);
H A DBasicListHeaderIterator.java94 this.currentIndex = findNext(-1);
108 protected int findNext(int from) { method in class:BasicListHeaderIterator
163 this.currentIndex = findNext(current);
H A DBasicTokenIterator.java91 this.searchPos = findNext(-1);
118 this.searchPos = findNext(this.searchPos);
168 protected int findNext(int from) method in class:BasicTokenIterator
197 * Called from {@link #findNext findNext} after the token is identified.
/external/chromium/third_party/icu/public/i18n/unicode/
H A Drbtz.h312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
/external/icu4c/i18n/unicode/
H A Drbtz.h312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
/external/webkit/WebKit/android/nav/
H A DFindCanvas.h226 void findNext(bool forward);
H A DFindCanvas.cpp536 // This function is only used by findNext and setMatches. In it, we store
632 void FindOnPage::findNext(bool forward) function in class:android::FindOnPage
H A DWebView.cpp1075 void findNext(bool forward) function in class:android::WebView
1077 m_findOnPage.findNext(forward);
1810 view->findNext(forward);
/external/chromium/third_party/icu/source/i18n/
H A Drbtz.cpp484 UBool avail = findNext(now, FALSE, time, from, to);
532 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
711 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, function in class:RuleBasedTimeZone
782 return findNext(result.time, FALSE /* always exclusive */,
/external/icu4c/i18n/
H A Drbtz.cpp484 UBool avail = findNext(now, FALSE, time, from, to);
532 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
711 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, function in class:RuleBasedTimeZone
782 return findNext(result.time, FALSE /* always exclusive */,
/external/webkit/WebKit/chromium/src/
H A DWebFrameImpl.cpp1163 if (!options.findNext)
1211 if (!options.findNext || activeSelection) {
/external/webkit/WebKitTools/Scripts/webkitpy/
H A DBeautifulSoup.py244 def findNext(self, name=None, attrs={}, text=None, **kwargs): member in class:PageElement

Completed in 708 milliseconds