Home
last modified time | relevance | path

Searched defs:bottomVisibleOverflow (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineFlowBox.h144 …int bottomVisibleOverflow() const { return std::max(bottomLayoutOverflow(), bottomVisualOverflow()… in bottomVisibleOverflow() function
DRenderBox.h86 …int bottomVisibleOverflow() const { return hasOverflowClip() ? bottomVisualOverflow() : std::max(b… in bottomVisibleOverflow() function