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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderOverflow.h69 void setLayoutOverflow(const LayoutRect&);
110 inline void RenderOverflow::setLayoutOverflow(const LayoutRect& rect) function in class:WebCore::RenderOverflow
H A DInlineFlowBox.cpp957 void InlineFlowBox::setLayoutOverflow(const LayoutRect& rect, LayoutUnit lineTop, LayoutUnit lineBottom) function in class:WebCore::InlineFlowBox
966 m_overflow->setLayoutOverflow(rect);
984 setLayoutOverflow(layoutOverflow, lineTop, lineBottom);

Completed in 75 milliseconds