Home
last modified time | relevance | path

Searched defs:findSelPosition (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dselection_util.js139 cvox.SelectionUtil.findSelPosition = function(sel) { function in cvox.SelectionUtil
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js805 cvox.SelectionUtil.findSelPosition=function(a){if(0==a.rangeCount)return[0,0];var b=a.getRangeAt(0)… function in cvox.SelectionUtil
DchromeVoxChromeBackgroundScript.js752 cvox.SelectionUtil.findSelPosition=function(a){if(0==a.rangeCount)return[0,0];var b=a.getRangeAt(0)… function in cvox.SelectionUtil