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

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.h 44 virtual int selectionHeight() { return m_logicalHeight; }
  /external/webkit/Source/WebCore/rendering/
RootInlineBox.h 58 int selectionHeight() const { return max(0, selectionBottom() - selectionTop()); }
InlineTextBox.cpp 107 int InlineTextBox::selectionHeight()
109 return root()->selectionHeight();
184 int selHeight = selectionHeight();
    [all...]

Completed in 28 milliseconds