Searched defs:setLayoutOverflow (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderOverflow.h82 void setLayoutOverflow(const IntRect&);
138 inline void RenderOverflow::setLayoutOverflow(const IntRect& rect) function in class:WebCore::RenderOverflow
H A DInlineFlowBox.cpp868 void InlineFlowBox::setLayoutOverflow(const IntRect& rect, int lineTop, int lineBottom) function in class:WebCore::InlineFlowBox
877 m_overflow->setLayoutOverflow(rect);
895 setLayoutOverflow(layoutOverflow, lineTop, lineBottom);

Completed in 559 milliseconds