Searched refs:ActiveIndicator (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | active_indicator.js | 26 cvox.ActiveIndicator = function() { class in cvox 138 cvox.ActiveIndicator.STYLE = 209 cvox.ActiveIndicator.QUICK_ANIM_DELAY_MS = 100; 218 cvox.ActiveIndicator.NORMAL_ANIM_DELAY_MS = 300; 225 cvox.ActiveIndicator.MARGIN = 8; 230 cvox.ActiveIndicator.prototype.removeFromDom = function() { 240 cvox.ActiveIndicator.prototype.syncToNode = function(node) { 258 cvox.ActiveIndicator.prototype.syncToNodes = function(nodes) { 260 this.moveIndicator_(clientRects, cvox.ActiveIndicator.MARGIN); 273 cvox.ActiveIndicator.prototype.syncToRange = function(range) { [all …]
|
D | navigation_manager.js | 198 this.activeIndicator = new cvox.ActiveIndicator();
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1149 …x.DomPredicates.captionPredicate(a)?new cvox.TableShifter:null};cvox.ActiveIndicator=function(){th… 1150 !1)};cvox.ActiveIndicator.STYLE=".cvox_indicator_container { position: absolute !important; left:… 1151 …ActiveIndicator.QUICK_ANIM_DELAY_MS=100;cvox.ActiveIndicator.NORMAL_ANIM_DELAY_MS=300;cvox.ActiveI… 1152 cvox.ActiveIndicator.prototype.syncToNodes=function(a){var b=this.clientRectsFromNodes_(a);this.mov… 1153 cvox.ActiveIndicator.prototype.syncToRange=function(a){var b=cvox.ActiveIndicator.MARGIN;a.startCon… 1154 …ActiveIndicator.prototype.syncToCursorSelection=function(a){if(a.start.node==a.end.node&&a.start.i… 1155 cvox.ActiveIndicator.prototype.handleUpdateIndicatorIfChanged_=function(){this.updateIndicatorTimeo… 1156 ….moveIndicator_(a,cvox.ActiveIndicator.MARGIN),this.lastClientRects_=a)}else this.syncToNode(docum… 1157 cvox.ActiveIndicator.prototype.moveIndicator_=function(a,b){if(document.body.isContentEditable)this… 1158 ….createElement("style");g.id="cvox_indicator_style";g.innerHTML=cvox.ActiveIndicator.STYLE;cvox.Do… [all …]
|
D | chromeVoxChromeOptionsScript.js | 1015 …yCode)this.pos_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.ActiveIndicator=function(){th… 1016 !1)};cvox.ActiveIndicator.STYLE=".cvox_indicator_container { position: absolute !important; left:… 1017 …ActiveIndicator.QUICK_ANIM_DELAY_MS=100;cvox.ActiveIndicator.NORMAL_ANIM_DELAY_MS=300;cvox.ActiveI… 1018 cvox.ActiveIndicator.prototype.syncToNodes=function(a){var b=this.clientRectsFromNodes_(a);this.mov… 1019 cvox.ActiveIndicator.prototype.syncToRange=function(a){var b=cvox.ActiveIndicator.MARGIN;a.startCon… 1020 …ActiveIndicator.prototype.syncToCursorSelection=function(a){if(a.start.node==a.end.node&&a.start.i… 1021 cvox.ActiveIndicator.prototype.handleUpdateIndicatorIfChanged_=function(){this.updateIndicatorTimeo… 1022 ….moveIndicator_(a,cvox.ActiveIndicator.MARGIN),this.lastClientRects_=a)}else this.syncToNode(docum… 1023 cvox.ActiveIndicator.prototype.moveIndicator_=function(a,b){if(document.body.isContentEditable)this… 1024 ….createElement("style");g.id="cvox_indicator_style";g.innerHTML=cvox.ActiveIndicator.STYLE;cvox.Do… [all …]
|
D | chromeVoxChromeBackgroundScript.js | 1230 …yCode)this.pos_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.ActiveIndicator=function(){th… 1231 !1)};cvox.ActiveIndicator.STYLE=".cvox_indicator_container { position: absolute !important; left:… 1232 …ActiveIndicator.QUICK_ANIM_DELAY_MS=100;cvox.ActiveIndicator.NORMAL_ANIM_DELAY_MS=300;cvox.ActiveI… 1233 cvox.ActiveIndicator.prototype.syncToNodes=function(a){var b=this.clientRectsFromNodes_(a);this.mov… 1234 cvox.ActiveIndicator.prototype.syncToRange=function(a){var b=cvox.ActiveIndicator.MARGIN;a.startCon… 1235 …ActiveIndicator.prototype.syncToCursorSelection=function(a){if(a.start.node==a.end.node&&a.start.i… 1236 cvox.ActiveIndicator.prototype.handleUpdateIndicatorIfChanged_=function(){this.updateIndicatorTimeo… 1237 ….moveIndicator_(a,cvox.ActiveIndicator.MARGIN),this.lastClientRects_=a)}else this.syncToNode(docum… 1238 cvox.ActiveIndicator.prototype.moveIndicator_=function(a,b){if(document.body.isContentEditable)this… 1239 ….createElement("style");g.id="cvox_indicator_style";g.innerHTML=cvox.ActiveIndicator.STYLE;cvox.Do… [all …]
|