/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | active_indicator.js | 512 regionRects[j] = this.union_(regionRects[j], rects[i]); 531 regionRects[i] = this.union_(regionRects[i], regionRects[j]); 647 topRect = this.union_(topRect, rects[topIndex]); 679 bottomRect = this.union_(bottomRect, rects[bottomIndex]); 691 middleRect = this.union_(topRect, bottomRect); 699 middleRect = this.union_(middleRect, rects[middleIndex]); 781 cvox.ActiveIndicator.prototype.union_ = function(r1, r2) { method in cvox.ActiveIndicator
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-set.cc | 321 set->union_ (other); in hb_set_union()
|
D | hb-set-private.hh | 226 inline void union_ (const hb_set_t *other) in union_() function
|
/external/harfbuzz_ng/src/ |
D | hb-set.cc | 321 set->union_ (other); in hb_set_union()
|
D | hb-set-private.hh | 226 inline void union_ (const hb_set_t *other) in union_() function
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1160 …union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.push(f[g]))}do for(f=!1,g=0;g<d.length-1&&!f;g++)for(… 1163 …,n=Math.floor((l.top+l.bottom)/2),p=1,q=a.length;p<q&&a[p].top<n;)l=this.union_(l,a[p]),n=Math.flo… 1164 …m>m;)n=this.union_(n,a[q]),m=Math.floor((n.top+n.bottom)/2),q--;l=this.inset_(l,-c,-c,-c,c);n=this… 1165 2);else{m=a[p];for(p+=1;p<=q;)m=this.union_(m,a[p]),p++;m=this.inset_(m,-c,-c,-c,-c);m.left=Math.mi… 1167 cvox.ActiveIndicator.prototype.union_=function(a,b){var c={left:Math.min(a.left,b.left),top:Math.mi… method in cvox
|
D | chromeVoxChromeOptionsScript.js | 1026 …union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.push(f[g]))}do for(f=!1,g=0;g<d.length-1&&!f;g++)for(… 1029 …,n=Math.floor((l.top+l.bottom)/2),p=1,q=a.length;p<q&&a[p].top<n;)l=this.union_(l,a[p]),n=Math.flo… 1030 …m>m;)n=this.union_(n,a[q]),m=Math.floor((n.top+n.bottom)/2),q--;l=this.inset_(l,-c,-c,-c,c);n=this… 1031 2);else{m=a[p];for(p+=1;p<=q;)m=this.union_(m,a[p]),p++;m=this.inset_(m,-c,-c,-c,-c);m.left=Math.mi… 1033 cvox.ActiveIndicator.prototype.union_=function(a,b){var c={left:Math.min(a.left,b.left),top:Math.mi… method in cvox
|
D | chromeVoxChromeBackgroundScript.js | 1241 …union_(e[c],f[g]),h=!0);h||(d.push([f[g]]),e.push(f[g]))}do for(f=!1,g=0;g<d.length-1&&!f;g++)for(… 1244 …,n=Math.floor((l.top+l.bottom)/2),p=1,q=a.length;p<q&&a[p].top<n;)l=this.union_(l,a[p]),n=Math.flo… 1245 …m>m;)n=this.union_(n,a[q]),m=Math.floor((n.top+n.bottom)/2),q--;l=this.inset_(l,-c,-c,-c,c);n=this… 1246 2);else{m=a[p];for(p+=1;p<=q;)m=this.union_(m,a[p]),p++;m=this.inset_(m,-c,-c,-c,-c);m.left=Math.mi… 1248 cvox.ActiveIndicator.prototype.union_=function(a,b){var c={left:Math.min(a.left,b.left),top:Math.mi… method in cvox
|