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

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.h 44 virtual int selectionHeight() { return m_logicalHeight; }
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.cpp 78 IntPoint(m_x + tx, m_y + ty + root()->selectionTop()), root()->selectionHeight()));
95 int h = root()->selectionHeight();
RenderReplaced.cpp 187 int selBottom = ty + selTop + m_inlineBoxWrapper->root()->selectionHeight();
341 return IntRect(0, newLogicalTop, width(), root->selectionHeight());
342 return IntRect(newLogicalTop, 0, root->selectionHeight(), height());
InlineTextBox.h 95 int selectionHeight();
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...]
RootInlineBox.cpp 155 FloatRect rootRect(0, selectionTop(), logicalWidth(), selectionHeight());
173 FloatRect rootRect(tx + x(), ty + selectionTop(), logicalWidth(), selectionHeight());
    [all...]
RenderListMarker.cpp     [all...]
RenderText.cpp 546 int height = box->root()->selectionHeight();
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 260 milliseconds