Home
last modified time | relevance | path

Searched refs:localSelectionRect (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp175 LayoutRect selectionPaintingRect = localSelectionRect(); in paint()
555 LayoutRect rect = localSelectionRect(); in selectionRectForRepaint()
564 LayoutRect RenderReplaced::localSelectionRect(bool checkWhetherSelected) const in localSelectionRect() function in WebCore::RenderReplaced
620 LayoutRect r = unionRect(localSelectionRect(false), visualOverflowRect()); in clippedOverflowRectForRepaint()
DRenderListMarker.h82 LayoutRect localSelectionRect();
DRenderReplaced.h68 …LayoutRect localSelectionRect(bool checkWhetherSelected = true) const; // This is in local coordin…
DInlineTextBox.h116 virtual LayoutRect localSelectionRect(int startPos, int endPos);
DRenderText.cpp328 LayoutRect r = box->localSelectionRect(start, realEnd); in localQuadForTextBox()
363 LayoutRect selectionRect = box->localSelectionRect(start, end); in absoluteRectsForRange()
446 LayoutRect selectionRect = box->localSelectionRect(start, end); in absoluteQuadsForRange()
1591 rect.unite(box->localSelectionRect(startPos, endPos)); in selectionRectForRepaint()
DRenderListMarker.cpp1114 LayoutRect RenderListMarker::localSelectionRect() in localSelectionRect() function in WebCore::RenderListMarker
1154 LayoutRect selRect = localSelectionRect(); in paint()
1162 LayoutRect selRect = localSelectionRect(); in paint()
DInlineTextBox.cpp195 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos) in localSelectionRect() function in WebCore::InlineTextBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInlineText.cpp118 LayoutRect rect = textBox->localSelectionRect(caretOffset, caretOffset + 1); in localCaretRect()
123 LayoutRect rect = textBox->localSelectionRect(caretOffset - 1, caretOffset); in localCaretRect()
DSVGInlineTextBox.h47 virtual LayoutRect localSelectionRect(int startPosition, int endPosition);
DSVGInlineTextBox.cpp144 LayoutRect SVGInlineTextBox::localSelectionRect(int startPosition, int endPosition) in localSelectionRect() function in WebCore::SVGInlineTextBox