Searched refs:selectionHeight (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp200 LayoutUnit selBottom = paintOffset.y() + selTop + inlineBoxWrapper()->root().selectionHeight();
522 return LayoutRect(0, newLogicalTop, width(), root.selectionHeight());
523 return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height());
H A DInlineTextBox.cpp146 LayoutUnit InlineTextBox::selectionHeight() function in class:blink::InlineTextBox
148 return root().selectionHeight();
217 LayoutUnit selHeight = selectionHeight();
660 int selHeight = selectionHeight();
978 int selHeight = selectionHeight();
1021 int selHeight = selectionHeight();
H A DEllipsisBox.cpp124 LayoutUnit h = root().selectionHeight();
H A DInlineTextBox.h103 LayoutUnit selectionHeight();
H A DRootInlineBox.h68 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); } function in class:blink::RootInlineBox
H A DRenderListMarker.cpp1125 return LayoutRect(0, newLogicalTop, width(), root.selectionHeight());
1126 return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height());
1631 LayoutRect rect(0, root.selectionTop() - y(), width(), root.selectionHeight());
H A DRenderText.cpp648 int height = box->root().selectionHeight();

Completed in 101 milliseconds