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

  /external/webkit/WebCore/rendering/
InlineFlowBox.h 143 int topVisibleOverflow() const { return std::min(topLayoutOverflow(), topVisualOverflow()); }
RenderBox.h 85 int topVisibleOverflow() const { return hasOverflowClip() ? topVisualOverflow() : std::min(topLayoutOverflow(), topVisualOverflow()); }

Completed in 32 milliseconds