HomeSort by relevance Sort by last modified time
    Searched refs:selectionHeight (Results 1 - 8 of 8) 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/
RenderReplaced.cpp 190 LayoutUnit selBottom = paintOffset.y() + selTop + m_inlineBoxWrapper->root()->selectionHeight();
522 return LayoutRect(0, newLogicalTop, width(), root->selectionHeight());
523 return LayoutRect(newLogicalTop, 0, root->selectionHeight(), height());
EllipsisBox.cpp 145 LayoutUnit h = root()->selectionHeight();
InlineTextBox.h 103 LayoutUnit selectionHeight();
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...]
RenderListMarker.cpp     [all...]
RenderText.cpp 658 int height = box->root()->selectionHeight();
    [all...]

Completed in 126 milliseconds