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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 200 LayoutUnit selBottom = paintOffset.y() + selTop + inlineBoxWrapper()->root().selectionHeight();
560 return LayoutRect(0, newLogicalTop, width(), root.selectionHeight());
561 return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height());
EllipsisBox.cpp 150 LayoutUnit h = root().selectionHeight();
InlineTextBox.h 106 LayoutUnit selectionHeight();
RootInlineBox.h 68 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }
InlineTextBox.cpp 138 LayoutUnit InlineTextBox::selectionHeight()
140 return root().selectionHeight();
209 LayoutUnit selHeight = selectionHeight();
    [all...]
RenderListMarker.cpp     [all...]
RenderText.cpp 648 int height = box->root().selectionHeight();
    [all...]

Completed in 191 milliseconds