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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.h 487 bool hasScrollableOverflowX() const { return scrollsOverflowX() && pixelSnappedScrollWidth() != pixelSnappedClientWidth(); }
    [all...]
RenderBox.cpp 689 bool hasScrollableOverflow = hasScrollableOverflowX() || hasScrollableOverflowY();
    [all...]

Completed in 48 milliseconds