HomeSort by relevance Sort by last modified time
    Searched refs:getBoundingClientRect (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebCore/dom/
Range.idl 92 ClientRect getBoundingClientRect();
Range.h 131 PassRefPtr<ClientRect> getBoundingClientRect() const;
Element.idl 128 ClientRect getBoundingClientRect();
Element.h 172 PassRefPtr<ClientRect> getBoundingClientRect() const;
Element.cpp 572 PassRefPtr<ClientRect> Element::getBoundingClientRect() const
    [all...]
Range.cpp     [all...]
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 82 var rect = this.delegate_.dragContainer.getBoundingClientRect();
182 var rect = dragContainer.getBoundingClientRect();
apps.js 483 var rect = this.dragContainer.getBoundingClientRect();
487 var top = $('apps').getBoundingClientRect().bottom;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 144 var rect = selected.getBoundingClientRect();
  /external/chromium/chrome/browser/resources/
menu.js 113 String(this.getBoundingClientRect().top)]);
287 up.getBoundingClientRect().height +
288 down.getBoundingClientRect().height;
new_new_tab.js 913 var contentRect = main.getBoundingClientRect();
914 var attributionRect = attribution.getBoundingClientRect();
    [all...]
  /external/chromium-trace/
script.js 43 a,b){function f(){if(c.scrollWidth>l)c.style.width=l+"px";else{c.style.width=0;var a=c.scrollWidth;c.style.width=a<b?b+"px":a+"px"}}c.style.width="10px";var e=c.ownerDocument.defaultView,g=e.getComputedStyle(c),e=e.getComputedStyle(a),j="rtl"==g.direction,d=c.getBoundingClientRect(),k=a.getBoundingClientRect(),d=j?k.right-d.right:d.left-k.left,g=parseInt(g.borderLeftWidth,10)+parseInt(g.paddingLeft,10)+parseInt(g.paddingRight,10)+parseInt(g.borderRightWidth,10),e=j?parseInt(e.paddingLeft,10):parseInt(e.paddingRight,
50 this.tracks_[a];c&&b.visible?(b.classList.add("first-visible-child"),c=!1):b.classList.remove("first-visible-child")}},addIntersectingItemsToSelection:function(c,a,b){for(var f=0;f<this.tracks_.length;f++){var e=this.tracks_[f].getBoundingClientRect();a>=e.top&&a<e.bottom&&this.tracks_[f].addIntersectingItemsToSelection(c,a,b)}return!1},addIntersectingItemsInRangeToSelection:function(c,a,b,f,e){for(var g=0;g<this.tracks_.length;g++){var j=this.tracks_[g].getBoundingClientRect(),d=Math.max(b,j.top),
70 r,x,s.duration),r=x.string,x=x.width),x*d<s.duration&&(s=c.xWorldToView(s.start+0.5*s.duration),b.fillText(r,s,2.5*q,x)))}}c.drawOverContent(b,m,e,g)},addIntersectingItemsToSelection:function(b,a,f){var e=this.getBoundingClientRect();if(a<e.top||a>=e.bottom)return!1;b=this.viewport_.xViewVectorToWorld(b*devicePixelRatio);b=tracing.findLowIndexInSortedIntervals(this.slices_,function(b){return b.start},function(b){return b.duration},b);return 0<=b&&b<this.slices_.length?(f=f.addSlice(this,this.slices_[b]),
71 this.decorateHit(f),!0):!1},addIntersectingItemsInRangeToSelection:function(b,a,f,e,g){function c(b){b=g.addSlice(p,b);p.decorateHit(b)}var d=window.devicePixelRatio||1;b=this.viewport_.xViewToWorld(b*d);a=this.viewport_.xViewToWorld(a*d);d=this.getBoundingClientRect();f=Math.max(f,d.top);e=Math.min(e,d.bottom);if(!(f>e)){var p=this;tracing.iterateOverIntersecting (…)
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 685 rect = overElement.rowElement.getBoundingClientRect();
687 rect = overElement.getBoundingClientRect();
730 var labelRect = labelElement.getBoundingClientRect();
751 rect = overElement.getBoundingClientRect();
790 var overlayRect = overlay.getBoundingClientRect();
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
mootools-1.2.2-core-nc.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 418 var pos = element.getBoundingClientRect();
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 528 var pos = element.getBoundingClientRect();
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
jquery-1.4.1.min.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 2493 milliseconds