Searched defs:selectionHeight (Results 1 – 3 of 3) sorted by relevance
44 virtual int selectionHeight() { return m_logicalHeight; } in selectionHeight() function
58 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); } in selectionHeight() function
106 int InlineTextBox::selectionHeight() in selectionHeight() function in WebCore::InlineTextBox