Home
last modified time | relevance | path

Searched refs:computeOverflow (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyRun.cpp255 computeOverflow(clientLogicalBottom()); in layout()
DInlineFlowBox.h200 …void computeOverflow(LayoutUnit lineTop, LayoutUnit lineBottom, GlyphOverflowAndFallbackFontsMap&);
DRenderTextControlSingleLine.cpp192 computeOverflow(clientLogicalBottom()); in layout()
DRenderBlock.h323 virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool = false);
DRenderBlockFlow.h63 …virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats = false) OVERRIDE;
DRenderTableSection.cpp1052 cell->computeOverflow(oldLogicalHeight, false); in layoutRows()
1072 cells[i]->computeOverflow(oldLogicalHeight, false); in layoutRows()
DInlineFlowBox.cpp941 void InlineFlowBox::computeOverflow(LayoutUnit lineTop, LayoutUnit lineBottom, GlyphOverflowAndFall… in computeOverflow() function in blink::InlineFlowBox
976 flow->computeOverflow(lineTop, lineBottom, textBoxDataMap); in computeOverflow()
DRenderBlock.cpp1456 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()
DRenderBlockFlow.cpp499 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()
DRenderDeprecatedFlexibleBox.cpp287 computeOverflow(oldClientAfterEdge); in layoutBlock()
DRenderTable.cpp556 computeOverflow(clientLogicalBottom()); in layout()
DRenderFlexibleBox.cpp261 computeOverflow(clientLogicalBottomAfterRepositioning()); in layoutBlock()
DRenderGrid.cpp355 computeOverflow(oldClientAfterEdge); in layoutBlock()
DRenderBlockLineLayout.cpp711 lineBox->computeOverflow(lineBox->lineTop(), lineBox->lineBottom(), textBoxDataMap); in createLineBoxesFromBidiRuns()