Home
last modified time | relevance | path

Searched defs:lineBox (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderListItem.cpp171 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlock(currChild), marker); in getParentOfFirstLineBox() local
DRenderBlockLineLayout.cpp428 void RenderBlock::computeInlineDirectionPositionsForLine(RootInlineBox* lineBox, bool firstLine, Bi… in computeInlineDirectionPositionsForLine()
610 void RenderBlock::computeBlockDirectionPositionsForLine(RootInlineBox* lineBox, BidiRun* firstRun, … in computeBlockDirectionPositionsForLine()
1032 RootInlineBox* lineBox = 0; in layoutInlineChildren() local
DRenderLayer.cpp681 IntRect lineBox = inlineFlow->linesBoundingBox(); in updateLayerPosition() local
DRenderBlock.cpp6094 void RenderBlock::adjustLinePositionForPagination(RootInlineBox* lineBox, int& delta) in adjustLinePositionForPagination()