Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h71 …LayoutUnit selectionHeightAdjustedForPrecedingBlock() const { return max<LayoutUnit>(0, selectionB… in selectionHeightAdjustedForPrecedingBlock() function
DEllipsisBox.cpp106 …root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock()… in selectionRect()
DRenderBlockFlow.cpp2760 LayoutUnit selHeight = curr->selectionHeightAdjustedForPrecedingBlock(); in inlineSelectionGaps()