Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.h46 virtual int firstLineBoxBaseline() const;
DRenderTable.h230 virtual int firstLineBoxBaseline() const;
DRenderFlexibleBox.cpp371 int ascent = child->firstLineBoxBaseline(); in layoutHorizontalBox()
438 int ascent = child->firstLineBoxBaseline(); in layoutHorizontalBox()
DRenderTable.cpp1217 int RenderTable::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderTable
1231 return firstNonEmptySection->logicalTop() + firstNonEmptySection->firstLineBoxBaseline(); in firstLineBoxBaseline()
DRenderBox.h372 virtual int firstLineBoxBaseline() const { return -1; } in firstLineBoxBaseline() function
DRenderBlock.h287 virtual int firstLineBoxBaseline() const;
DRenderTableCell.cpp315 int firstLineBaseline = firstLineBoxBaseline(); in cellBaselinePosition()
DRenderTableSection.cpp958 int RenderTableSection::firstLineBoxBaseline() const in setCellLogicalWidths() function in WebCore::RenderTableSection
DRenderBlock.cpp5229 int RenderBlock::firstLineBoxBaseline() const in firstLineBoxBaseline() function in WebCore::RenderBlock
5243 int result = curr->firstLineBoxBaseline(); in firstLineBoxBaseline()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1639185 … Rename getBaselineOfFirstLineBox to firstLineBoxBaseline. Rename getBaselineOfLastLineBox to
39192 (WebCore::RenderBlock::firstLineBoxBaseline):
39196 (WebCore::RenderBox::firstLineBoxBaseline):
39202 (WebCore::RenderTable::firstLineBoxBaseline):
39207 (WebCore::RenderTableSection::firstLineBoxBaseline):
DChangeLog-2010-12-0610733 … baseline positioning system. Cell baseline positioning works by calling firstLineBoxBaseline,
10769 (WebCore::RenderBlock::firstLineBoxBaseline):
16002 (WebCore::RenderBlock::firstLineBoxBaseline):
17903 (WebCore::RenderTable::firstLineBoxBaseline): Changed to use logical heights.
17936 (WebCore::RenderTableSection::firstLineBoxBaseline):
30659 (WebCore::RenderBlock::firstLineBoxBaseline):
94565 (WebCore::RenderTableSection::firstLineBoxBaseline):
DChangeLog-2011-02-1614380 (WebCore::RenderTable::firstLineBoxBaseline):
19352 (WebCore::RenderBlock::firstLineBoxBaseline):