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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp5568 static int getHeightForLineCount(RenderBlock* block, int l, bool includeBottom, int& count) function in namespace:WebCore
5581 int result = getHeightForLineCount(toRenderBlock(obj), l, false, count);
5620 return getHeightForLineCount(this, l, true, count);

Completed in 54 milliseconds