Home
last modified time | relevance | path

Searched defs:doesInputSupportSelection (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Ddom_util.js2524 cvox.DomUtil.doesInputSupportSelection = function(node) { function in cvox.DomUtil
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js803 cvox.DomUtil.doesInputSupportSelection=function(a){return goog.isDef(a)&&"INPUT"==a.tagName&&"email… function in cvox.DomUtil
DchromeVoxChromePageScript.js771 cvox.DomUtil.doesInputSupportSelection=function(a){return goog.isDef(a)&&"INPUT"==a.tagName&&"email… function in cvox.DomUtil
DchromeVoxChromeBackgroundScript.js750 cvox.DomUtil.doesInputSupportSelection=function(a){return goog.isDef(a)&&"INPUT"==a.tagName&&"email… function in cvox.DomUtil