Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h72 …LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop())… in selectionHeight() function
DInlineTextBox.cpp135 LayoutUnit InlineTextBox::selectionHeight() in selectionHeight() function in WebCore::InlineTextBox