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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DEllipsisBox.cpp106 return enclosingIntRect(font.selectionRectForText(constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock()));
H A DRootInlineBox.h71 LayoutUnit selectionHeightAdjustedForPrecedingBlock() const { return max<LayoutUnit>(0, selectionBottom() - selectionTopAdjustedForPrecedingBlock()); } function in class:blink::RootInlineBox
H A DRenderBlockFlow.cpp2760 LayoutUnit selHeight = curr->selectionHeightAdjustedForPrecedingBlock();

Completed in 61 milliseconds