Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.h44 virtual int selectionHeight() { return m_logicalHeight; } in selectionHeight() function
/external/webkit/Source/WebCore/rendering/
DRootInlineBox.h58 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); } in selectionHeight() function
DInlineTextBox.cpp106 int InlineTextBox::selectionHeight() in selectionHeight() function in WebCore::InlineTextBox