Searched refs:selectionHeight (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderReplaced.cpp | 200 … LayoutUnit selBottom = paintOffset.y() + selTop + inlineBoxWrapper()->root().selectionHeight(); in shouldPaint() 522 return LayoutRect(0, newLogicalTop, width(), root.selectionHeight()); in localSelectionRect() 523 return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height()); in localSelectionRect()
|
D | InlineTextBox.cpp | 146 LayoutUnit InlineTextBox::selectionHeight() in selectionHeight() function in blink::InlineTextBox 148 return root().selectionHeight(); in selectionHeight() 217 LayoutUnit selHeight = selectionHeight(); in localSelectionRect() 660 int selHeight = selectionHeight(); in paintSingleCompositionBackgroundRun() 978 int selHeight = selectionHeight(); in paintDocumentMarker() 1021 int selHeight = selectionHeight(); in paintTextMatchMarker()
|
D | InlineTextBox.h | 103 LayoutUnit selectionHeight();
|
D | RootInlineBox.h | 68 …LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop())… in selectionHeight() function
|
D | EllipsisBox.cpp | 124 LayoutUnit h = root().selectionHeight(); in paintSelection()
|
D | RenderListMarker.cpp | 1125 return LayoutRect(0, newLogicalTop, width(), root.selectionHeight()); in localSelectionRect() 1126 return LayoutRect(newLogicalTop, 0, root.selectionHeight(), height()); in localSelectionRect() 1631 LayoutRect rect(0, root.selectionTop() - y(), width(), root.selectionHeight()); in selectionRectForPaintInvalidation()
|
D | RenderText.cpp | 648 int height = box->root().selectionHeight(); in localCaretRect()
|