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.h114 … virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); } in firstLineBoxBaseline() function
DRenderButton.cpp122 if (!hasLineIfEmpty() && RenderBlock::firstLineBoxBaseline() == -1) { in baselinePosition()
DRenderFlexibleBox.h54 virtual int firstLineBoxBaseline() const OVERRIDE;
DRenderFlexibleBox.cpp140 int baseline = firstLineBoxBaseline(); in baselinePosition()
148 int RenderFlexibleBox::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderFlexibleBox
177 int baseline = baselineChild->firstLineBoxBaseline(); in firstLineBoxBaseline()
190 int baseline = firstLineBoxBaseline(); in inlineBlockBaseline()
811 LayoutUnit ascent = child->firstLineBoxBaseline(); in marginBoxAscentForChild()
DRenderTableSection.h76 virtual int firstLineBoxBaseline() const OVERRIDE;
DRenderTable.h287 virtual int firstLineBoxBaseline() const OVERRIDE;
DRenderTable.cpp1334 LayoutUnit baseline = firstLineBoxBaseline(); in baselinePosition()
1347 int RenderTable::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderTable
1362 int baseline = topNonEmptySection->firstLineBoxBaseline(); in firstLineBoxBaseline()
DRenderDeprecatedFlexibleBox.cpp392 LayoutUnit ascent = child->firstLineBoxBaseline(); in layoutHorizontalBox()
468 LayoutUnit ascent = child->firstLineBoxBaseline(); in layoutHorizontalBox()
DRenderBlock.h430 virtual int firstLineBoxBaseline() const;
DRenderBox.h519 virtual int firstLineBoxBaseline() const { return -1; } in firstLineBoxBaseline() function
DRenderTableCell.cpp388 LayoutUnit firstLineBaseline = firstLineBoxBaseline(); in cellBaselinePosition()
DRenderTableSection.cpp1263 int RenderTableSection::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderTableSection
DRenderBlock.cpp4580 int RenderBlock::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderBlock
4594 int result = curr->firstLineBoxBaseline(); in firstLineBoxBaseline()