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

/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.h46 virtual int firstLineBoxBaseline() const;
H A DRenderTable.h230 virtual int firstLineBoxBaseline() const;
H A DRenderFlexibleBox.cpp371 int ascent = child->firstLineBoxBaseline();
438 int ascent = child->firstLineBoxBaseline();
H A DRenderBox.h372 virtual int firstLineBoxBaseline() const { return -1; } function in class:WebCore::RenderBox
H A DRenderTable.cpp1217 int RenderTable::firstLineBoxBaseline() const function in class:WebCore::RenderTable
1231 return firstNonEmptySection->logicalTop() + firstNonEmptySection->firstLineBoxBaseline();
H A DRenderBlock.h287 virtual int firstLineBoxBaseline() const;
H A DRenderTableCell.cpp315 int firstLineBaseline = firstLineBoxBaseline();
H A DRenderTableSection.cpp958 int RenderTableSection::firstLineBoxBaseline() const function in class:WebCore::RenderTableSection
H A DRenderBlock.cpp5229 int RenderBlock::firstLineBoxBaseline() const function in class:WebCore::RenderBlock
5243 int result = curr->firstLineBoxBaseline();

Completed in 160 milliseconds