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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.h 43 virtual int selectionHeight() { return static_cast<int>(ceilf(m_logicalHeight)); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.h 71 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }
InlineTextBox.cpp 131 LayoutUnit InlineTextBox::selectionHeight()
133 return root()->selectionHeight();
203 LayoutUnit selHeight = selectionHeight();
    [all...]

Completed in 50 milliseconds