Home
last modified time | relevance | path

Searched refs:scrollElementsToView (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dselection_util.js229 cvox.SelectionUtil.scrollElementsToView = function(focusNode) { function in cvox.SelectionUtil
269 cvox.SelectionUtil.scrollElementsToView(sel.focusNode);
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js797 cvox.SelectionUtil.scrollElementsToView=function(a){for(;a&&!a.getBoundingClientRect;)a=a.parentEle…
798 …ollToSelection=function(a){if(0!=a.rangeCount){cvox.SelectionUtil.scrollElementsToView(a.focusNode…
DchromeVoxChromeOptionsScript.js807 cvox.SelectionUtil.scrollElementsToView=function(a){for(;a&&!a.getBoundingClientRect;)a=a.parentEle… function in cvox.SelectionUtil
808 …ollToSelection=function(a){if(0!=a.rangeCount){cvox.SelectionUtil.scrollElementsToView(a.focusNode…
DchromeVoxChromeBackgroundScript.js754 cvox.SelectionUtil.scrollElementsToView=function(a){for(;a&&!a.getBoundingClientRect;)a=a.parentEle… function in cvox.SelectionUtil
755 …ollToSelection=function(a){if(0!=a.rangeCount){cvox.SelectionUtil.scrollElementsToView(a.focusNode…