Home
last modified time | relevance | path

Searched refs:ActiveIndicator (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dactive_indicator.js26 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 …]
Dnavigation_manager.js198 this.activeIndicator = new cvox.ActiveIndicator();
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js1149 …x.DomPredicates.captionPredicate(a)?new cvox.TableShifter:null};cvox.ActiveIndicator=function(){th…
1150 !1)};cvox.ActiveIndicator.STYLE=".cvox_indicator_container { position: absolute !important; left:…
1151ActiveIndicator.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…
1154ActiveIndicator.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 …]
DchromeVoxChromeOptionsScript.js1015 …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:…
1017ActiveIndicator.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…
1020ActiveIndicator.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 …]
DchromeVoxChromeBackgroundScript.js1230 …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:…
1232ActiveIndicator.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…
1235ActiveIndicator.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 …]