Searched refs:computeOverflow (Results 1 – 14 of 14) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderRubyRun.cpp | 255 computeOverflow(clientLogicalBottom()); in layout()
|
| D | InlineFlowBox.h | 200 …void computeOverflow(LayoutUnit lineTop, LayoutUnit lineBottom, GlyphOverflowAndFallbackFontsMap&);
|
| D | RenderTextControlSingleLine.cpp | 192 computeOverflow(clientLogicalBottom()); in layout()
|
| D | RenderBlock.h | 323 virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool = false);
|
| D | RenderBlockFlow.h | 63 …virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats = false) OVERRIDE;
|
| D | RenderTableSection.cpp | 1052 cell->computeOverflow(oldLogicalHeight, false); in layoutRows() 1072 cells[i]->computeOverflow(oldLogicalHeight, false); in layoutRows()
|
| D | InlineFlowBox.cpp | 941 void InlineFlowBox::computeOverflow(LayoutUnit lineTop, LayoutUnit lineBottom, GlyphOverflowAndFall… in computeOverflow() function in blink::InlineFlowBox 976 flow->computeOverflow(lineTop, lineBottom, textBoxDataMap); in computeOverflow()
|
| D | RenderBlock.cpp | 1456 void RenderBlock::computeOverflow(LayoutUnit oldClientAfterEdge, bool) in computeOverflow() function in blink::RenderBlock 1560 box->computeOverflow(box->lineTop(), box->lineBottom(), textBoxDataMap); in simplifiedNormalFlowLayout() 1611 computeOverflow(oldClientAfterEdge, true); in simplifiedLayout() 4288 box->computeOverflow(box->lineTop(), box->lineBottom(), textBoxDataMap); in recalcChildOverflowAfterStyleChange() 4334 computeOverflow(oldClientAfterEdge, true); in recalcOverflowAfterStyleChange()
|
| D | RenderBlockFlow.cpp | 499 computeOverflow(oldClientAfterEdge); in layoutBlockFlow() 1784 void RenderBlockFlow::computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats) in computeOverflow() function in blink::RenderBlockFlow 1786 RenderBlock::computeOverflow(oldClientAfterEdge, recomputeFloats); in computeOverflow()
|
| D | RenderDeprecatedFlexibleBox.cpp | 287 computeOverflow(oldClientAfterEdge); in layoutBlock()
|
| D | RenderTable.cpp | 556 computeOverflow(clientLogicalBottom()); in layout()
|
| D | RenderFlexibleBox.cpp | 261 computeOverflow(clientLogicalBottomAfterRepositioning()); in layoutBlock()
|
| D | RenderGrid.cpp | 355 computeOverflow(oldClientAfterEdge); in layoutBlock()
|
| D | RenderBlockLineLayout.cpp | 711 lineBox->computeOverflow(lineBox->lineTop(), lineBox->lineBottom(), textBoxDataMap); in createLineBoxesFromBidiRuns()
|