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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 511 box().pixelSnappedClientWidth() : box().pixelSnappedClientHeight();
646 int clientWidth = box().pixelSnappedClientWidth();
668 return pixelSnappedScrollWidth() > box().pixelSnappedClientWidth();
761 int clientWidth = box().pixelSnappedClientWidth();
779 int maxX = scrollWidth() - box().pixelSnappedClientWidth();
    [all...]
RenderBox.h 262 int pixelSnappedClientWidth() const;
487 bool hasScrollableOverflowX() const { return scrollsOverflowX() && pixelSnappedScrollWidth() != pixelSnappedClientWidth(); }
    [all...]
RenderTreeAsText.cpp 543 if (l.renderBox() && l.renderBox()->pixelSnappedClientWidth() != l.renderBox()->pixelSnappedScrollWidth())
RenderBox.cpp 329 int RenderBox::pixelSnappedClientWidth() const
677 return canBeProgramaticallyScrolled() && (pixelSnappedScrollHeight() != pixelSnappedClientHeight() || pixelSnappedScrollWidth() != pixelSnappedClientWidth());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 590 return adjustLayoutUnitForAbsoluteZoom(renderer->pixelSnappedClientWidth(), *renderer).round();
    [all...]

Completed in 78 milliseconds