Home
last modified time | relevance | path

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

/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js666 cvox.SelectionUtil.selectText=function(a,b,c){var d=document.createRange();d.setStart(a,b);d.setEnd… function in cvox.SelectionUtil
DchromeVoxChromeBackgroundScript.js674 cvox.SelectionUtil.selectText=function(a,b,c){var d=document.createRange();d.setStart(a,b);d.setEnd… function in cvox.SelectionUtil
DchromeVoxChromeOptionsScript.js727 cvox.SelectionUtil.selectText=function(a,b,c){var d=document.createRange();d.setStart(a,b);d.setEnd… function in cvox.SelectionUtil