HomeSort by relevance Sort by last modified time
    Searched defs:selectionHeight (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
RootInlineBox.h 62 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); }
SVGInlineTextBox.cpp 52 int SVGInlineTextBox::selectionHeight()
InlineTextBox.cpp 51 int InlineTextBox::selectionHeight()
53 return root()->selectionHeight();
116 int selHeight = selectionHeight();
593 int h = selectionHeight();
620 int h = selectionHeight();
639 FloatRect rootRect(tx + r->x(), ty + selectionTop(), r->width(), selectionHeight());
763 int h = selectionHeight();
    [all...]

Completed in 68 milliseconds