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

12

/external/chromium_org/third_party/WebKit/public/web/
H A DWebFindOptions.h47 bool findNext; member in struct:blink::WebFindOptions
59 , findNext(false)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcommand_store.js102 * findNext: (undefined|string),
116 * findNext: The id from the map above if this command is used for
384 findNext: 'article'},
387 findNext: 'button',
391 findNext: 'checkbox',
395 findNext: 'combobox',
398 'nextControl': {forward: true, findNext: 'control'},
400 findNext: 'editText',
404 findNext: 'formField',
408 findNext
[all...]
H A Dfind_util_test.js43 var ret = cvox.FindUtil.findNext(sel, cvox.DomPredicates.linkPredicate);
45 ret = cvox.FindUtil.findNext(ret, cvox.DomPredicates.linkPredicate);
49 ret = cvox.FindUtil.findNext(ret, cvox.DomPredicates.linkPredicate);
H A Dfind_util.js35 cvox.FindUtil.findNext = function(sel, predicate, opt_initialNode) {
/external/chromium-trace/trace-viewer/src/tracing/
H A Dfind_control_test.js61 findNext: function() {
89 controller.findNext();
99 controller.findNext();
113 controller.findNext();
115 controller.findNext();
130 controller.findNext();
132 controller.findNext();
134 controller.findNext();
136 controller.findNext();
153 controller.findNext();
[all...]
H A Dfind_control.js109 this.controller.findNext();
213 findNext: function() {
/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_org/android_webview/browser/
H A Dfind_helper.cc48 options.findNext = false;
73 options.findNext = true;
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dweb_view_find_helper.cc106 // Find options including the implicit |findNext| field.
109 // Set |findNext| implicitly.
114 full_options->findNext = !current_search_text.empty() &&
118 full_options->findNext = false;
122 if (full_options->findNext && current_find_session_.get()) {
129 if (!full_options->findNext)
153 if (!find_info->options()->findNext &&
162 if (!find_info->replied() && !find_info->options()->findNext)
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.hpp133 nextEntry = findNext(m_filter, nextEntry, m_end);
140 m_iter = findNext(m_filter, m_iter, m_end);
148 m_iter = findNext(m_filter, m_iter, m_end);
170 static Iterator findNext (Filter filter, Iterator iter, Iterator end) function in class:rsg::FilteredIterator
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebViewAsynchronousFindApisTest.java142 contents().findNext(true);
H A DWebViewFindApisTestBase.java91 * Invokes findNext on the UI thread, blocks until find results are
111 mContents.findNext(forwards);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DTextFinderTest.cpp86 findOptions.findNext = true;
117 findOptions.findNext = true;
175 findOptions.findNext = true;
214 findOptions.findNext = true;
/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp182 void findNext (void);
208 findNext();
220 findNext();
275 void SubTypeIterator<IsExpanded>::findNext (void) function in class:glu::SubTypeIterator
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Duser_commands.js286 if (cmdStruct.findNext) {
308 if (!cmdStruct.findNext) {
312 cvox.CommandStore.NODE_INFO_MAP[cmdStruct.findNext];
338 found = cvox.ChromeVox.navigationManager.findNext(
345 found = cvox.ChromeVox.navigationManager.findNext(
H A Dnavigation_manager.js56 store['findNext'] = this.predicate_;
342 cvox.NavigationManager.prototype.findNext = function(
348 var ret = cvox.FindUtil.findNext(this.curSel_, predicate, opt_initialNode);
955 if (message['findNext']) {
956 var predicateName = message['findNext'];
958 var found = self.findNext(predicate, predicateName, true);
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc91 options.findNext = find_next;
/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp102 if (!options.findNext)
126 | (options.findNext ? 0 : StartInSelection);
132 if (!options.findNext)
150 if (!options.findNext || activeSelection) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Drbtz.h312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
/external/icu/icu4c/source/i18n/unicode/
H A Drbtz.h312 UBool findNext(UDate base, UBool inclusive, UDate& time, TimeZoneRule*& from, TimeZoneRule*& to) const;
/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp486 UBool avail = findNext(now, FALSE, time, from, to);
534 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
713 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, function in class:RuleBasedTimeZone
784 return findNext(result.time, FALSE /* always exclusive */,
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp504 UBool avail = findNext(now, FALSE, time, from, to);
552 UBool found = findNext(base, inclusive, transitionTime, fromRule, toRule);
736 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, function in class:RuleBasedTimeZone
807 return findNext(result.time, FALSE /* always exclusive */,
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeOptionsScript.js66 nodeList:"landmark",disallowContinuation:!0,msgId:"show_landmarks_list",category:"overview"},showLinksList:{announce:!1,nodeList:"link",disallowContinuation:!0,msgId:"show_links_list",category:"overview"},showTablesList:{announce:!1,nodeList:"table",disallowContinuation:!0,msgId:"show_tables_list",category:"overview"},nextArticle:{forward:!0,findNext:"article"},nextButton:{forward:!0,findNext:"button",msgId:"next_button",category:"jump_commands"},nextCheckbox:{forward:!0,findNext:"checkbox",msgId:"next_checkbox",
67 category:"jump_commands"},nextComboBox:{forward:!0,findNext:"combobox",msgId:"next_combo_box",category:"jump_commands"},nextControl:{forward:!0,findNext:"control"},nextEditText:{forward:!0,findNext:"editText",msgId:"next_edit_text",category:"jump_commands"},nextFormField:{forward:!0,findNext:"formField",msgId:"next_form_field",category:"jump_commands"},nextGraphic:{forward:!0,findNext:"graphic",msgId:"next_graphic",category:"jump_commands"},nextHeading:{forward:!0,findNext:"heading",msgId:"next_heading",
68 category:"jump_commands"},nextHeading1:{forward:!0,findNext
[all...]

Completed in 607 milliseconds

12