Searched refs:updateSel (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | navigation_manager.js | 267 this.updateSel(newSel, context); 525 this.updateSel(this.shifter_.performAction(name, this.curSel_)); 532 return this.updateSel( 968 self.updateSel(cvox.CursorSelection.fromNode(iframeElement)); 1052 this.updateSel(cvox.CursorSelection.fromNode(node)); 1070 cvox.NavigationManager.prototype.updateSel = function(sel, opt_context) { method in cvox.NavigationManager 1114 this.updateSel(sel); 1190 this.updateSel(ret);
|
D | event_watcher.js | 1115 cvox.ChromeVox.navigationManager.updateSel(
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
D | tester.js | 127 .updateSel(cvox.CursorSelection.fromNode(node)); 135 cvox.ChromeVox.navigationManager.updateSel(cvox.CursorSelection.fromBody());
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1217 …||cvox.CursorSelection.fromBody();a.setReversed(this.isReversed());this.updateSel(a,b);this.recove… 1227 …updateSel(this.shifter_.performAction(a,this.curSel_));this.shifter_=this.shifterStack_.pop()||thi… 1240 d&&a.updateSel(cvox.CursorSelection.fromNode(d)),a.setReversed(c),a.sync(),a.navigate();else if(a.s… 1241 …his.setGranularity(cvox.NavigationShifter.GRANULARITIES.OBJECT,!0),this.updateSel(cvox.CursorSelec… 1242 cvox.NavigationManager.prototype.updateSel=function(a,b){a&&(this.prevSel_=b||this.curSel_,this.cur… method in cvox 1243 …nd_=!1;if(b&&this.tryIframe_(a&&a.start.node))return!0;if(a)return this.updateSel(a),!0;if(0<this.… 1245 …:this.curSel_.isReversed()});!a&&this.tryIframe_(b&&b.start.node)||this.updateSel(b)};cvox.Navigat… 1502 …oxEventSuspender.areEventsSuspended()||cvox.ChromeVox.navigationManager.updateSel(cvox.CursorSelec…
|
D | chromeVoxChromeOptionsScript.js | 1400 …||cvox.CursorSelection.fromBody();a.setReversed(this.isReversed());this.updateSel(a,b);this.recove… 1410 …updateSel(this.shifter_.performAction(a,this.curSel_));this.shifter_=this.shifterStack_.pop()||thi… 1423 d&&a.updateSel(cvox.CursorSelection.fromNode(d)),a.setReversed(c),a.sync(),a.navigate();else if(a.s… 1424 …his.setGranularity(cvox.NavigationShifter.GRANULARITIES.OBJECT,!0),this.updateSel(cvox.CursorSelec… 1425 cvox.NavigationManager.prototype.updateSel=function(a,b){a&&(this.prevSel_=b||this.curSel_,this.cur… method in cvox 1426 …nd_=!1;if(b&&this.tryIframe_(a&&a.start.node))return!0;if(a)return this.updateSel(a),!0;if(0<this.… 1428 …:this.curSel_.isReversed()});!a&&this.tryIframe_(b&&b.start.node)||this.updateSel(b)};cvox.Navigat… 1553 …oxEventSuspender.areEventsSuspended()||cvox.ChromeVox.navigationManager.updateSel(cvox.CursorSelec…
|
D | chromeVoxChromeBackgroundScript.js | 1465 …||cvox.CursorSelection.fromBody();a.setReversed(this.isReversed());this.updateSel(a,b);this.recove… 1475 …updateSel(this.shifter_.performAction(a,this.curSel_));this.shifter_=this.shifterStack_.pop()||thi… 1488 d&&a.updateSel(cvox.CursorSelection.fromNode(d)),a.setReversed(c),a.sync(),a.navigate();else if(a.s… 1489 …his.setGranularity(cvox.NavigationShifter.GRANULARITIES.OBJECT,!0),this.updateSel(cvox.CursorSelec… 1490 cvox.NavigationManager.prototype.updateSel=function(a,b){a&&(this.prevSel_=b||this.curSel_,this.cur… method in cvox 1491 …nd_=!1;if(b&&this.tryIframe_(a&&a.start.node))return!0;if(a)return this.updateSel(a),!0;if(0<this.… 1493 …:this.curSel_.isReversed()});!a&&this.tryIframe_(b&&b.start.node)||this.updateSel(b)};cvox.Navigat… 1617 …oxEventSuspender.areEventsSuspended()||cvox.ChromeVox.navigationManager.updateSel(cvox.CursorSelec…
|