Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dselection_util.js495 cvox.SelectionUtil.selectText = function(textNode, start, end) { function in cvox.SelectionUtil
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js812 cvox.SelectionUtil.selectText=function(a,b,c){var d=document.createRange();d.setStart(a,b);d.setEnd… function in cvox.SelectionUtil
DchromeVoxChromeBackgroundScript.js759 cvox.SelectionUtil.selectText=function(a,b,c){var d=document.createRange();d.setStart(a,b);d.setEnd… function in cvox.SelectionUtil