Searched refs:selectionHeight (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | 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());
|
H A D | InlineTextBox.cpp | 146 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 D | EllipsisBox.cpp | 124 LayoutUnit h = root().selectionHeight();
|
H A D | InlineTextBox.h | 103 LayoutUnit selectionHeight();
|
H A D | RootInlineBox.h | 68 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); } function in class:blink::RootInlineBox
|
H A D | RenderListMarker.cpp | 1125 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 D | RenderText.cpp | 648 int height = box->root().selectionHeight();
|
Completed in 174 milliseconds