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:WebCore::RootInlineBox
H A DInlineTextBox.cpp138 LayoutUnit InlineTextBox::selectionHeight() function in class:WebCore::InlineTextBox
140 return root().selectionHeight();
209 LayoutUnit selHeight = selectionHeight();
890 int selHeight = selectionHeight();
1245 int selHeight = selectionHeight();
1288 int selHeight = selectionHeight();

Completed in 69 milliseconds