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.h110 virtual int firstLineBoxBaseline() const OVERRIDE { return RenderBlock::firstLineBoxBaseline(); }
H A DRenderButton.cpp96 // We want to call the RenderBlock version of firstLineBoxBaseline to
99 if (!hasLineIfEmpty() && RenderBlock::firstLineBoxBaseline() == -1) {
H A DRenderFlexibleBox.h53 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderTableSection.h80 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderTable.h300 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderFlexibleBox.cpp139 int baseline = firstLineBoxBaseline();
146 int RenderFlexibleBox::firstLineBoxBaseline() const function in class:blink::RenderFlexibleBox
175 int baseline = baselineChild->firstLineBoxBaseline();
177 // FIXME: We should pass |direction| into firstLineBoxBaseline and stop bailing out if we're a writing mode root.
188 int baseline = firstLineBoxBaseline();
805 LayoutUnit ascent = child.firstLineBoxBaseline();
H A DRenderTable.cpp1236 int baseline = firstLineBoxBaseline();
1252 int RenderTable::firstLineBoxBaseline() const function in class:blink::RenderTable
1267 int baseline = topNonEmptySection->firstLineBoxBaseline();
H A DRenderDeprecatedFlexibleBox.cpp376 LayoutUnit ascent = child->firstLineBoxBaseline();
452 LayoutUnit ascent = child->firstLineBoxBaseline();
H A DRenderBlock.h296 virtual int firstLineBoxBaseline() const OVERRIDE;
H A DRenderBox.h534 virtual int firstLineBoxBaseline() const { return -1; } function in class:blink::RenderBox
H A DRenderTableCell.cpp380 LayoutUnit firstLineBaseline = firstLineBoxBaseline();
H A DRenderTableSection.cpp1239 int RenderTableSection::firstLineBoxBaseline() const function in class:blink::RenderTableSection
H A DRenderBlock.cpp3431 int RenderBlock::firstLineBoxBaseline() const function in class:blink::RenderBlock
3445 int result = curr->firstLineBoxBaseline();

Completed in 1079 milliseconds