Searched refs:firstLineBoxBaseline (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLUnderOver.cpp60 int RenderMathMLUnderOver::firstLineBoxBaseline() const function in class:WebCore::RenderMathMLUnderOver
65 LayoutUnit baseline = base->firstLineBoxBaseline();
H A DRenderMathMLUnderOver.h41 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderMathMLFraction.h44 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderMathMLSubSup.cpp132 LayoutUnit baseBaseline = base->firstLineBoxBaseline();
143 LayoutUnit superscriptBaseline = superscript->firstLineBoxBaseline();
157 LayoutUnit subscriptBaseline = subscript->firstLineBoxBaseline();
H A DRenderMathMLBlock.h104 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderMathMLBlock.cpp72 LayoutUnit baseline = firstLineBoxBaseline(); // FIXME: This may be unnecessary after flex baselines are implemented (https://bugs.webkit.org/show_bug.cgi?id=96188).
126 int RenderMathMLTable::firstLineBoxBaseline() const function in class:WebCore::RenderMathMLTable
128 // In legal MathML, we'll have a MathML parent. That RenderFlexibleBox parent will use our firstLineBoxBaseline() for baseline alignment, per
130 // single line, whose baseline gives this centering. This is different than RenderTable::firstLineBoxBaseline, which returns the baseline of the first row of a <table>.
H A DRenderMathMLFraction.cpp164 int RenderMathMLFraction::firstLineBoxBaseline() const function in class:WebCore::RenderMathMLFraction
168 return RenderMathMLBlock::firstLineBoxBaseline();
H A DRenderMathMLOperator.h53 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderMathMLOperator.cpp276 int RenderMathMLOperator::firstLineBoxBaseline() const function in class:WebCore::RenderMathMLOperator
280 return RenderMathMLBlock::firstLineBoxBaseline();
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTextControl.h116 virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); }
H A DRenderMenuList.h124 virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); }
H A DRenderFlexibleBox.h53 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderTableSection.h76 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderTable.h286 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderFlexibleBox.cpp243 int baseline = firstLineBoxBaseline();
251 int RenderFlexibleBox::firstLineBoxBaseline() const function in class:WebCore::RenderFlexibleBox
280 int baseline = baselineChild->firstLineBoxBaseline();
282 // FIXME: We should pass |direction| into firstLineBoxBaseline and stop bailing out if we're a writing mode root.
293 int baseline = firstLineBoxBaseline();
901 LayoutUnit ascent = child->firstLineBoxBaseline();
H A DRenderTable.cpp1321 LayoutUnit baseline = firstLineBoxBaseline();
1334 int RenderTable::firstLineBoxBaseline() const function in class:WebCore::RenderTable
1349 int baseline = topNonEmptySection->firstLineBoxBaseline();
H A DRenderDeprecatedFlexibleBox.cpp483 LayoutUnit ascent = child->firstLineBoxBaseline();
561 LayoutUnit ascent = child->firstLineBoxBaseline();
H A DRenderBox.h497 virtual int firstLineBoxBaseline() const { return -1; } function in class:WebCore::RenderBox
H A DRenderTableCell.cpp391 LayoutUnit firstLineBaseline = firstLineBoxBaseline();
H A DRenderBlock.h534 virtual int firstLineBoxBaseline() const;
H A DRenderTableSection.cpp904 int RenderTableSection::firstLineBoxBaseline() const function in class:WebCore::RenderTableSection
H A DRenderBlock.cpp6568 int RenderBlock::firstLineBoxBaseline() const function in class:WebCore::RenderBlock
6582 int result = curr->firstLineBoxBaseline();

Completed in 238 milliseconds