Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.h105 … virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); } in firstLineBoxBaseline() function
DRenderMenuList.h107 … virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); } in firstLineBoxBaseline() function
DRenderButton.cpp126 if (!hasLineIfEmpty() && RenderBlock::firstLineBoxBaseline() == -1) { in baselinePosition()
DRenderFlexibleBox.h54 virtual int firstLineBoxBaseline() const OVERRIDE;
DRenderFlexibleBox.cpp142 int baseline = firstLineBoxBaseline(); in baselinePosition()
149 int RenderFlexibleBox::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderFlexibleBox
178 int baseline = baselineChild->firstLineBoxBaseline(); in firstLineBoxBaseline()
191 int baseline = firstLineBoxBaseline(); in inlineBlockBaseline()
826 LayoutUnit ascent = child->firstLineBoxBaseline(); in marginBoxAscentForChild()
DRenderTableSection.h76 virtual int firstLineBoxBaseline() const OVERRIDE;
DRenderTable.h292 virtual int firstLineBoxBaseline() const OVERRIDE;
DRenderTable.cpp1335 int baseline = firstLineBoxBaseline(); in baselinePosition()
1351 int RenderTable::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderTable
1366 int baseline = topNonEmptySection->firstLineBoxBaseline(); in firstLineBoxBaseline()
DRenderDeprecatedFlexibleBox.cpp392 LayoutUnit ascent = child->firstLineBoxBaseline(); in layoutHorizontalBox()
468 LayoutUnit ascent = child->firstLineBoxBaseline(); in layoutHorizontalBox()
DRenderBlock.h303 virtual int firstLineBoxBaseline() const OVERRIDE;
DRenderBox.h534 virtual int firstLineBoxBaseline() const { return -1; } in firstLineBoxBaseline() function
DRenderTableCell.cpp391 LayoutUnit firstLineBaseline = firstLineBoxBaseline(); in cellBaselinePosition()
DRenderTableSection.cpp1184 int RenderTableSection::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderTableSection
DRenderBlock.cpp3831 int RenderBlock::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderBlock
3845 int result = curr->firstLineBoxBaseline(); in firstLineBoxBaseline()