Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp200 … 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()
DInlineTextBox.cpp146 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()
DInlineTextBox.h103 LayoutUnit selectionHeight();
DRootInlineBox.h68 …LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop())… in selectionHeight() function
DEllipsisBox.cpp124 LayoutUnit h = root().selectionHeight(); in paintSelection()
DRenderListMarker.cpp1125 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()
DRenderText.cpp648 int height = box->root().selectionHeight(); in localCaretRect()