Searched refs:intersects_ (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | active_indicator.js | 510 if (this.intersects_(rects[i], regionRects[j])) { 529 if (this.intersects_(regionRects[i], regionRects[j])) { 763 cvox.ActiveIndicator.prototype.intersects_ = function(r1, r2) { method in cvox.ActiveIndicator
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1160 …intersects_(f[g],e[c])&&(d[c].push(f[g]),e[c]=this.union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.pu… 1166 …,n.right,a,m.right,n.top,!1,!1,!0,!0)}};cvox.ActiveIndicator.prototype.intersects_=function(a,b){v… method in cvox
|
D | chromeVoxChromeOptionsScript.js | 1026 …intersects_(f[g],e[c])&&(d[c].push(f[g]),e[c]=this.union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.pu… 1032 …,n.right,a,m.right,n.top,!1,!1,!0,!0)}};cvox.ActiveIndicator.prototype.intersects_=function(a,b){v… method in cvox
|
D | chromeVoxChromeBackgroundScript.js | 1241 …intersects_(f[g],e[c])&&(d[c].push(f[g]),e[c]=this.union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.pu… 1247 …,n.right,a,m.right,n.top,!1,!1,!0,!0)}};cvox.ActiveIndicator.prototype.intersects_=function(a,b){v… method in cvox
|