Searched refs:getGranularity (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | navigation_shifter.js | 91 store['granularity'] = this.getGranularity(); 205 cvox.NavigationShifter.prototype.getGranularity = function() { method in cvox.NavigationShifter
|
D | navigation_manager.js | 321 dummyNavShifter.setGranularity(this.shifter_.getGranularity()); 605 cvox.NavigationManager.prototype.getGranularity = function() { method in cvox.NavigationManager 607 return shifter.getGranularity(); 770 (opt_granularity !== this.getGranularity() || 1141 'granularity': this.getGranularity() 1231 'value': this.getGranularity()
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1203 …x.NavigationShifter.prototype.storeOn=function(a){a.granularity=this.getGranularity()};cvox.Naviga… 1208 …walkers_[this.currentWalkerIndex_]};cvox.NavigationShifter.prototype.getGranularity=function(){var… method in cvox 1219 …e(),b=!1,c=new cvox.NavigationShifter;c.setGranularity(this.shifter_.getGranularity());c.sync(a);c… 1229 …x.NavigationManager.prototype.getGranularity=function(){var a=this.shifterStack_[0]||this.shifter_… method in cvox 1233 …solve())return!1;this.ensureNotSubnavigating();void 0!==b&&(b!==this.getGranularity()||0<this.shif… 1244 … b={command:"exitIframe",reversed:this.isReversed(),granularity:this.getGranularity()};cvox.Chrome… 1246 …dPage({target:"Prefs",action:"setPref",pref:"granularity",value:this.getGranularity()})};cvox.Sear…
|
D | chromeVoxChromeOptionsScript.js | 1386 …x.NavigationShifter.prototype.storeOn=function(a){a.granularity=this.getGranularity()};cvox.Naviga… 1391 …walkers_[this.currentWalkerIndex_]};cvox.NavigationShifter.prototype.getGranularity=function(){var… method in cvox 1402 …e(),b=!1,c=new cvox.NavigationShifter;c.setGranularity(this.shifter_.getGranularity());c.sync(a);c… 1412 …x.NavigationManager.prototype.getGranularity=function(){var a=this.shifterStack_[0]||this.shifter_… method in cvox 1416 …solve())return!1;this.ensureNotSubnavigating();void 0!==b&&(b!==this.getGranularity()||0<this.shif… 1427 … b={command:"exitIframe",reversed:this.isReversed(),granularity:this.getGranularity()};cvox.Chrome… 1429 …dPage({target:"Prefs",action:"setPref",pref:"granularity",value:this.getGranularity()})};cvox.Sear…
|
D | chromeVoxChromeBackgroundScript.js | 1451 …x.NavigationShifter.prototype.storeOn=function(a){a.granularity=this.getGranularity()};cvox.Naviga… 1456 …walkers_[this.currentWalkerIndex_]};cvox.NavigationShifter.prototype.getGranularity=function(){var… 1467 …e(),b=!1,c=new cvox.NavigationShifter;c.setGranularity(this.shifter_.getGranularity());c.sync(a);c… 1477 …x.NavigationManager.prototype.getGranularity=function(){var a=this.shifterStack_[0]||this.shifter_… method in cvox 1481 …solve())return!1;this.ensureNotSubnavigating();void 0!==b&&(b!==this.getGranularity()||0<this.shif… 1492 … b={command:"exitIframe",reversed:this.isReversed(),granularity:this.getGranularity()};cvox.Chrome… 1494 …dPage({target:"Prefs",action:"setPref",pref:"granularity",value:this.getGranularity()})};cvox.Sear…
|