Searched refs:computeOverflow (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderRubyRun.cpp | 274 computeOverflow(clientLogicalBottom()); in layout()
|
D | InlineFlowBox.h | 198 …void computeOverflow(LayoutUnit lineTop, LayoutUnit lineBottom, GlyphOverflowAndFallbackFontsMap&);
|
D | RenderTextControlSingleLine.cpp | 208 computeOverflow(clientLogicalBottom()); in layout()
|
D | RenderBlockFlow.h | 62 …virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats = false) OVERRIDE;
|
D | RenderBlockFlow.cpp | 357 computeOverflow(oldClientAfterEdge); in layoutBlock() 1541 void RenderBlockFlow::computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats) in computeOverflow() function in WebCore::RenderBlockFlow 1543 RenderBlock::computeOverflow(oldClientAfterEdge, recomputeFloats); in computeOverflow()
|
D | RenderBlock.h | 457 virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool = false);
|
D | InlineFlowBox.cpp | 913 void InlineFlowBox::computeOverflow(LayoutUnit lineTop, LayoutUnit lineBottom, GlyphOverflowAndFall… in computeOverflow() function in WebCore::InlineFlowBox 942 flow->computeOverflow(lineTop, lineBottom, textBoxDataMap); in computeOverflow()
|
D | RenderDeprecatedFlexibleBox.cpp | 299 computeOverflow(oldClientAfterEdge); in layoutBlock()
|
D | RenderTable.cpp | 564 computeOverflow(clientLogicalBottom()); in layout()
|
D | RenderGrid.cpp | 286 computeOverflow(oldClientAfterEdge); in layoutBlock()
|
D | RenderFlexibleBox.cpp | 271 computeOverflow(clientLogicalBottomAfterRepositioning()); in layoutBlock()
|
D | RenderBlock.cpp | 1555 void RenderBlock::computeOverflow(LayoutUnit oldClientAfterEdge, bool) in computeOverflow() function in WebCore::RenderBlock 1733 box->computeOverflow(box->lineTop(), box->lineBottom(), textBoxDataMap); in simplifiedNormalFlowLayout() 1779 computeOverflow(oldClientAfterEdge, true); in simplifiedLayout()
|
D | RenderBlockLineLayout.cpp | 1034 lineBox->computeOverflow(lineBox->lineTop(), lineBox->lineBottom(), textBoxDataMap); in createLineBoxesFromBidiRuns()
|