Searched defs:topLayoutOverflow (Results 1 – 4 of 4) sorted by relevance
149 int topLayoutOverflow() const { return m_overflow ? m_overflow->topLayoutOverflow() : m_y; } in topLayoutOverflow() function196 inline void InlineFlowBox::setVerticalOverflowPositions(int topLayoutOverflow, int bottomLayoutOver… in setVerticalOverflowPositions()
54 int topLayoutOverflow() const { return m_topLayoutOverflow; } in topLayoutOverflow() function
91 int topLayoutOverflow() const { return m_overflow? m_overflow->topLayoutOverflow() : 0; } in topLayoutOverflow() function
536 int topLayoutOverflow = topOverflow; in computeVerticalOverflow() local