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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp3787 static int getHeightForLineCount(RenderBlock* block, int l, bool includeBottom, int& count) function in namespace:blink
3799 int result = getHeightForLineCount(toRenderBlock(obj), l, false, count);
3869 return getHeightForLineCount(this, l, true, count);

Completed in 107 milliseconds