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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineTextBox.h44 virtual int selectionHeight() { return m_logicalHeight; } function in class:WebCore::SVGInlineTextBox
/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.h58 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); } function in class:WebCore::RootInlineBox
H A DInlineTextBox.cpp107 int InlineTextBox::selectionHeight() function in class:WebCore::InlineTextBox
109 return root()->selectionHeight();
184 int selHeight = selectionHeight();
825 int selHeight = selectionHeight();
850 int selHeight = selectionHeight();
870 FloatRect rootRect(tx + r->x(), ty + selectionTop(), r->logicalWidth(), selectionHeight());
1012 int selHeight = selectionHeight();
1055 int selHeight = selectionHeight();
1087 int h = selectionHeight();

Completed in 93 milliseconds