/external/webkit/WebKit/chromium/public/ |
H A D | WebFindOptions.h | 47 bool findNext; member in struct:WebKit::WebFindOptions 52 , findNext(false) { }
|
/external/apache-http/src/org/apache/http/message/ |
H A D | BasicHeaderIterator.java | 87 this.currentIndex = findNext(-1); 100 protected int findNext(int from) { method in class:BasicHeaderIterator 149 this.currentIndex = findNext(current);
|
H A D | BasicListHeaderIterator.java | 94 this.currentIndex = findNext(-1); 108 protected int findNext(int from) { method in class:BasicListHeaderIterator 163 this.currentIndex = findNext(current);
|
H A D | BasicTokenIterator.java | 91 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 D | rbtz.h | 312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
|
/external/icu4c/i18n/unicode/ |
H A D | rbtz.h | 312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
|
/external/webkit/WebKit/android/nav/ |
H A D | FindCanvas.h | 226 void findNext(bool forward);
|
H A D | FindCanvas.cpp | 536 // 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 D | WebView.cpp | 1075 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 D | rbtz.cpp | 484 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 D | rbtz.cpp | 484 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 D | WebFrameImpl.cpp | 1163 if (!options.findNext) 1211 if (!options.findNext || activeSelection) {
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
H A D | BeautifulSoup.py | 244 def findNext(self, name=None, attrs={}, text=None, **kwargs): member in class:PageElement
|