Searched refs:setGranularity (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | navigation_shifter.js | 101 this.setGranularity(store['granularity']); 194 cvox.NavigationShifter.prototype.setGranularity = function(granularity) { method in cvox.NavigationShifter
|
D | navigation_manager.js | 321 dummyNavShifter.setGranularity(this.shifter_.getGranularity()); 589 cvox.NavigationManager.prototype.setGranularity = function( method in cvox.NavigationManager 596 this.shifter_.setGranularity(granularity); 772 this.setGranularity(opt_granularity, true); 1051 this.setGranularity(cvox.NavigationShifter.GRANULARITIES.OBJECT, true);
|
D | user_commands.js | 436 cvox.ChromeVox.navigationManager.setGranularity( 443 cvox.ChromeVox.navigationManager.setGranularity(
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
D | tester.js | 109 cvox.ChromeVox.navigationManager.setGranularity(
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/ |
D | search_widget.js | 69 cvox.ChromeVox.navigationManager.setGranularity( 346 cvox.ChromeVox.navigationManager.setGranularity(
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | host.js | 78 cvox.ChromeVox.navigationManager.setGranularity(
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1203 …larity()};cvox.NavigationShifter.prototype.readFrom=function(a){this.setGranularity(a.granularity)… 1208 cvox.NavigationShifter.prototype.setGranularity=function(a){this.ensureNotSubnavigating();this.curr… method in cvox 1219 …urn!0;var a=this.curSel_.clone(),b=!1,c=new cvox.NavigationShifter;c.setGranularity(this.shifter_.… 1228 …e.setGranularity=function(a,b,c){!b&&0<this.shifterStack_.length||(this.shifter_=this.shifterStack… method in cvox 1233 …==b&&(b!==this.getGranularity()||0<this.shifterStack_.length)&&(this.setGranularity(b,!0),this.syn… 1241 …tionManager.prototype.updateSelToArbitraryNode=function(a,b){a?(this.setGranularity(cvox.Navigatio… 1247 …s);this.active=!0;this.hasMatch_=!1;cvox.ChromeVox.navigationManager.setGranularity(cvox.Navigatio… 1258 …caseSensitive_||(a=a.toLowerCase());cvox.ChromeVox.navigationManager.setGranularity(cvox.Navigatio… 1379 …setGranularity(cvox.NavigationShifter.GRANULARITIES.LINE);cvox.ChromeVox.navigationManager.sync();… 1560 …ition));"undefined"!=b.granularity&&cvox.ChromeVox.navigationManager.setGranularity(JSON.parse(b.g…
|
D | chromeVoxChromeOptionsScript.js | 1386 …larity()};cvox.NavigationShifter.prototype.readFrom=function(a){this.setGranularity(a.granularity)… 1391 cvox.NavigationShifter.prototype.setGranularity=function(a){this.ensureNotSubnavigating();this.curr… method in cvox 1402 …urn!0;var a=this.curSel_.clone(),b=!1,c=new cvox.NavigationShifter;c.setGranularity(this.shifter_.… 1411 …e.setGranularity=function(a,b,c){!b&&0<this.shifterStack_.length||(this.shifter_=this.shifterStack… method in cvox 1416 …==b&&(b!==this.getGranularity()||0<this.shifterStack_.length)&&(this.setGranularity(b,!0),this.syn… 1424 …tionManager.prototype.updateSelToArbitraryNode=function(a,b){a?(this.setGranularity(cvox.Navigatio… 1430 …s);this.active=!0;this.hasMatch_=!1;cvox.ChromeVox.navigationManager.setGranularity(cvox.Navigatio… 1441 …caseSensitive_||(a=a.toLowerCase());cvox.ChromeVox.navigationManager.setGranularity(cvox.Navigatio… 1475 …setGranularity(cvox.NavigationShifter.GRANULARITIES.LINE);cvox.ChromeVox.navigationManager.sync();… 1611 …ition));"undefined"!=b.granularity&&cvox.ChromeVox.navigationManager.setGranularity(JSON.parse(b.g…
|
D | chromeVoxChromeBackgroundScript.js | 1451 …larity()};cvox.NavigationShifter.prototype.readFrom=function(a){this.setGranularity(a.granularity)… 1456 cvox.NavigationShifter.prototype.setGranularity=function(a){this.ensureNotSubnavigating();this.curr… 1467 …urn!0;var a=this.curSel_.clone(),b=!1,c=new cvox.NavigationShifter;c.setGranularity(this.shifter_.… 1476 …e.setGranularity=function(a,b,c){!b&&0<this.shifterStack_.length||(this.shifter_=this.shifterStack… method in cvox 1481 …==b&&(b!==this.getGranularity()||0<this.shifterStack_.length)&&(this.setGranularity(b,!0),this.syn… 1489 …tionManager.prototype.updateSelToArbitraryNode=function(a,b){a?(this.setGranularity(cvox.Navigatio… 1495 …s);this.active=!0;this.hasMatch_=!1;cvox.ChromeVox.navigationManager.setGranularity(cvox.Navigatio… 1506 …caseSensitive_||(a=a.toLowerCase());cvox.ChromeVox.navigationManager.setGranularity(cvox.Navigatio… 1539 …setGranularity(cvox.NavigationShifter.GRANULARITIES.LINE);cvox.ChromeVox.navigationManager.sync();… 1675 …ition));"undefined"!=b.granularity&&cvox.ChromeVox.navigationManager.setGranularity(JSON.parse(b.g…
|