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();
522 return LayoutRect(0, newLogicalTop, width(), root.selectionHeight());
523 return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height());
InlineTextBox.cpp 146 LayoutUnit InlineTextBox::selectionHeight()
148 return root().selectionHeight();
217 LayoutUnit selHeight = selectionHeight();
660 int selHeight = selectionHeight();
    [all...]
EllipsisBox.cpp 124 LayoutUnit h = root().selectionHeight();
InlineTextBox.h 103 LayoutUnit selectionHeight();
RootInlineBox.h 68 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }
RenderListMarker.cpp     [all...]
RenderText.cpp 648 int height = box->root().selectionHeight();
    [all...]

Completed in 142 milliseconds