Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dselection_util.js460 cvox.SelectionUtil.hasContentWithTag = function(sel, tagName) { function in cvox.SelectionUtil
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js811 cvox.SelectionUtil.hasContentWithTag=function(a,b){if(!a||!a.anchorNode||!a.focusNode)return!1;if(a… function in cvox.SelectionUtil
DchromeVoxChromeBackgroundScript.js758 cvox.SelectionUtil.hasContentWithTag=function(a,b){if(!a||!a.anchorNode||!a.focusNode)return!1;if(a… function in cvox.SelectionUtil