Searched refs:findNext (Results 1 - 25 of 46) 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.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.java92 this.currentIndex = findNext(-1);
105 protected int findNext(int from) { method in class:BasicHeaderIterator
154 this.currentIndex = findNext(current);
H A DBasicListHeaderIterator.java99 this.currentIndex = findNext(-1);
113 protected int findNext(int from) { method in class:BasicListHeaderIterator
168 this.currentIndex = findNext(current);
H A DBasicTokenIterator.java96 this.searchPos = findNext(-1);
123 this.searchPos = findNext(this.searchPos);
173 protected int findNext(int from) method in class:BasicTokenIterator
202 * 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/extensions/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/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.cc95 options.findNext = find_next;
/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.cpp101 if (!options.findNext)
125 | (options.findNext ? 0 : StartInSelection);
131 if (!options.findNext)
149 if (!options.findNext || activeSelection) {
/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/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.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/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...]
H A DchromeVoxChromePageScript.js1024 cvox.DescriptionUtil.getMathDescription=function(a){var b=cvox.SpeechRuleEngine.getInstance(),c=cvox.TraverseMath.getInstance();b.parameterize(cvox.MathmlStore.getInstance());c.initialize(a);a=b.evaluateNode(c.activeNode);if(a==[])return[new cvox.NavDescription({text:"empty math"})];cvox.ChromeVox.verbosity==cvox.VERBOSITY_VERBOSE&&(a[a.length-1].annotation="math");a[0].pushEarcon(cvox.AbstractEarcons.SPECIAL_CONTENT);return a};cvox.FindUtil={};cvox.FindUtil.objectWalker_=new cvox.BareObjectWalker;cvox.FindUtil.findNext=function(a,b,c){var d=a.isReversed();a=(new cvox.CursorSelection(a.absStart(),a.absStart())).setReversed(d);var e;if(e=b(cvox.DomUtil.getAncestors(a.start.node)))if(a=cvox.CursorSelection.fromNode(e).setReversed(d),c)return a;for(;a;){a=cvox.FindUtil.objectWalker_.next(a);c=null;if(!a||(c=b(cvox.DomUtil.getAncestors(a.start.node))))return c?cvox.CursorSelection.fromNode(c):null;if("IFRAME"==a.start.node.tagName)return a}return null};cvox.ChromeVoxEventSuspender=function(){};cvox.ChromeVoxEventSuspender.suspendLevel_=0;cvox.ChromeVoxEventSuspender.enterSuspendEvents=function(){cvox.ChromeVoxEventSuspender.suspendLevel_+=1};cvox.ChromeVoxEventSuspender.exitSuspendEvents=function(){cvox.ChromeVoxEventSuspender.suspendLevel_-=1};cvox.ChromeVoxEventSuspender.areEventsSuspended=function(){return 0<cvox.ChromeVoxEventSuspender.suspendLevel_};
1214 cvox.NavigationSpeaker.prototype.reorderAnnotations=function(a){for(var b=[],c=0;c<a.length;c++){var d=a[c];cvox.NavigationSpeaker.structuredElement(d.annotation)&&(b.push(new cvox.NavDescription({text:"",annotation:d.annotation})),d.annotation="");b.push(d)}return b};cvox.NavigationManager=function(){this.addInterframeListener_();this.reset()};cvox.NavigationManager.prototype.storeOn=function(a){a.reversed=this.isReversed();a.keepReading=this.keepReading_;a.findNext=this.predicate_;this.shifter_.storeOn(a)};cvox.NavigationManager.prototype.readFrom=function(a){this.curSel_.setReversed(a.reversed);this.shifter_.readFrom(a);a.keepReading&&this.startReading(cvox.AbstractTts.QUEUE_MODE_FLUSH)};
1220 cvox.NavigationManager.prototype.findNext=function(a,b,c){this.predicate_=b||"";this.resolve();this.shifter_=this.shifterStack_[0]||this.shifter_;this.shifterStack_=[];a=cvox.FindUtil.findNext(this.curSel_,a,c);this.ignoreIframesNoMatterWhat_||this.tryIframe_(a&&a.start.node);a&&this.updateSelToArbitraryNode(a.start.node);this.predicate_="";return a};cvox.NavigationManager.prototype.sync=function(){this.resolve();var a=this.shifter_.sync(this.curSel_);a&&(this.curSel_=a)};
1239 cvox.NavigationManager.prototype.addInterframeListener_=function(){var a=this;cvox.Interframe.addListener(function(b){if("enterIframe"==b.command||"exitIframe"==b.command)cvox.ChromeVox.serializer.readFrom(b),a.keepReading_||cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(){window.focus();if(b.findNext){var c=b.findNext,d=cvox.DomPredicates[c],c=a.findNext(d,c,!0);if(d&&(!c||"IFRAME"==c.start.node.tagName))return}else if("exitIframe"==b.command)d=b.sourceId,d=a.iframeIdMap[d],c=b.reversed,
1260 cvox.SearchWidget.prototype.next_=function(a,b){cvox.ChromeVox.navigationManager.setReversed(!!b);var c=!1;this.getPredicate()?(c=cvox.ChromeVox.navigationManager.findNext(this.getPredicate()),cvox.ChromeVox.navigationManager.setReversed(!!b),c||(cvox.ChromeVox.navigationManager.syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),c=!0)):c=cvox.ChromeVox.navigationManager.navigate(!0);c=c?this.getNextResult_(a):null;this.outputSearchResult_(c,a);this.onNavigate();return c};
1282 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
[all...]

Completed in 508 milliseconds

12