Searched defs:selectionHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.h68 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); } function in class:blink::RootInlineBox
H A DInlineTextBox.cpp146 LayoutUnit InlineTextBox::selectionHeight() function in class:blink::InlineTextBox
148 return root().selectionHeight();
217 LayoutUnit selHeight = selectionHeight();
660 int selHeight = selectionHeight();
978 int selHeight = selectionHeight();
1021 int selHeight = selectionHeight();

Completed in 957 milliseconds