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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControl.h105 virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); }
H A DRenderMenuList.h114 virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); }
H A DRenderButton.cpp119 // We want to call the RenderBlock version of firstLineBoxBaseline to
122 if (!hasLineIfEmpty() && RenderBlock::firstLineBoxBaseline() == -1) {
H A DRenderFlexibleBox.h54 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderTableSection.h76 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderFlexibleBox.cpp140 int baseline = firstLineBoxBaseline();
148 int RenderFlexibleBox::firstLineBoxBaseline() const function in class:WebCore::RenderFlexibleBox
177 int baseline = baselineChild->firstLineBoxBaseline();
179 // FIXME: We should pass |direction| into firstLineBoxBaseline and stop bailing out if we're a writing mode root.
190 int baseline = firstLineBoxBaseline();
811 LayoutUnit ascent = child->firstLineBoxBaseline();
H A DRenderTable.h287 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderTable.cpp1334 LayoutUnit baseline = firstLineBoxBaseline();
1347 int RenderTable::firstLineBoxBaseline() const function in class:WebCore::RenderTable
1362 int baseline = topNonEmptySection->firstLineBoxBaseline();
H A DRenderDeprecatedFlexibleBox.cpp392 LayoutUnit ascent = child->firstLineBoxBaseline();
468 LayoutUnit ascent = child->firstLineBoxBaseline();
H A DRenderBlock.h430 virtual int firstLineBoxBaseline() const;
H A DRenderBox.h519 virtual int firstLineBoxBaseline() const { return -1; } function in class:WebCore::RenderBox
H A DRenderTableCell.cpp388 LayoutUnit firstLineBaseline = firstLineBoxBaseline();
H A DRenderTableSection.cpp1263 int RenderTableSection::firstLineBoxBaseline() const function in class:WebCore::RenderTableSection
H A DRenderBlock.cpp4580 int RenderBlock::firstLineBoxBaseline() const function in class:WebCore::RenderBlock
4594 int result = curr->firstLineBoxBaseline();

Completed in 699 milliseconds