Home
last modified time | relevance | path

Searched refs:lineAtIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DEllipsisBox.cpp105 RootInlineBox* lastLine = block->lineAtIndex(block->lineCount() - 1); in markupBox()
DRenderDeprecatedFlexibleBox.cpp934 RootInlineBox* lastLine = blockChild->lineAtIndex(lineCount - 1); in applyLineClamp()
938 RootInlineBox* lastVisibleLine = blockChild->lineAtIndex(numVisibleLines - 1); in applyLineClamp()
DRenderBlock.h243 RootInlineBox* lineAtIndex(int) const;
DRenderBlock.cpp4961 RootInlineBox* RenderBlock::lineAtIndex(int i) const in lineAtIndex() function in WebCore::RenderBlock
4976 if (RootInlineBox* box = toRenderBlock(child)->lineAtIndex(i)) in lineAtIndex()