Home
last modified time | relevance | path

Searched defs:topLayoutOverflow (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineFlowBox.h149 int topLayoutOverflow() const { return m_overflow ? m_overflow->topLayoutOverflow() : m_y; } in topLayoutOverflow() function
196 inline void InlineFlowBox::setVerticalOverflowPositions(int topLayoutOverflow, int bottomLayoutOver… in setVerticalOverflowPositions()
DRenderOverflow.h54 int topLayoutOverflow() const { return m_topLayoutOverflow; } in topLayoutOverflow() function
DRenderBox.h91 int topLayoutOverflow() const { return m_overflow? m_overflow->topLayoutOverflow() : 0; } in topLayoutOverflow() function
DInlineFlowBox.cpp536 int topLayoutOverflow = topOverflow; in computeVerticalOverflow() local