Home
last modified time | relevance | path

Searched defs:characterToLineMap_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Deditable_text_area_shadow.js36 this.characterToLineMap_ = []; property in cvox.EditableTextAreaShadow
Dcontent_editable_extractor.js53 this.characterToLineMap_ = []; property in cvox.ContentEditableExtractor
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js971 …actor=function(){this.text_="";this.end_=this.start_=0;this.lines_={};this.characterToLineMap_=[]}; property
975 cvox.ContentEditableExtractor.prototype.getLineIndex=function(a){return this.characterToLineMap_[a]… property
DchromeVoxChromePageScript.js1329 …actor=function(){this.text_="";this.end_=this.start_=0;this.lines_={};this.characterToLineMap_=[]}; property
1333 cvox.ContentEditableExtractor.prototype.getLineIndex=function(a){return this.characterToLineMap_[a]… property
DchromeVoxChromeBackgroundScript.js826 …actor=function(){this.text_="";this.end_=this.start_=0;this.lines_={};this.characterToLineMap_=[]}; property
830 cvox.ContentEditableExtractor.prototype.getLineIndex=function(a){return this.characterToLineMap_[a]… property