Searched refs:setTruncatedAt (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderView.h78 void setTruncatedAt(int y) { m_truncatedAt = y; m_bestTruncatedAt = m_truncatorWidth = 0; m_minimumColumnHeight = 0; m_forcedPageBreak = false; } function in class:WebCore::RenderView
H A DRenderBlock.cpp3761 v->setTruncatedAt(currY + colHeight);
3827 v->setTruncatedAt(0);
/external/webkit/WebCore/page/
H A DFrameView.cpp1890 root->setTruncatedAt((int)floorf(oldBottom));

Completed in 49 milliseconds