Searched refs:localSelectionRect (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.h51 LayoutRect localSelectionRect();
H A DRenderReplaced.h74 LayoutRect localSelectionRect(bool checkWhetherSelected = true) const; // This is in local coordinates, but it's a physical rect (so the top left corner is physical top left).
H A DRenderReplaced.cpp174 LayoutRect selectionPaintingRect = localSelectionRect();
505 LayoutRect rect = localSelectionRect();
510 LayoutRect RenderReplaced::localSelectionRect(bool checkWhetherSelected) const function in class:blink::RenderReplaced
572 LayoutRect r = isSelected() ? localSelectionRect() : visualOverflowRect();
H A DInlineTextBox.h113 virtual LayoutRect localSelectionRect(int startPos, int endPos);
H A DRenderWidget.cpp241 LayoutRect rect = localSelectionRect();
H A DRenderText.cpp335 LayoutRect r = box->localSelectionRect(start, realEnd);
370 LayoutRect selectionRect = box->localSelectionRect(start, end);
453 LayoutRect selectionRect = box->localSelectionRect(start, end);
1620 rect.unite(box->localSelectionRect(startPos, endPos));
H A DInlineTextBox.cpp206 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos) function in class:blink::InlineTextBox
H A DRenderListMarker.cpp1117 LayoutRect RenderListMarker::localSelectionRect() function in class:blink::RenderListMarker
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.h45 virtual LayoutRect localSelectionRect(int startPosition, int endPosition) OVERRIDE;
H A DRenderSVGInlineText.cpp119 LayoutRect rect = textBox->localSelectionRect(caretOffset, caretOffset + 1);
124 LayoutRect rect = textBox->localSelectionRect(caretOffset - 1, caretOffset);
H A DRenderSVGRoot.cpp366 LayoutRect decoratedPaintInvalidationRect = unionRect(localSelectionRect(false), visualOverflowRect());
H A DSVGInlineTextBox.cpp144 LayoutRect SVGInlineTextBox::localSelectionRect(int startPosition, int endPosition) function in class:blink::SVGInlineTextBox
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DListMarkerPainter.cpp47 LayoutRect selRect = m_renderListMarker.localSelectionRect();
55 LayoutRect selRect = m_renderListMarker.localSelectionRect();

Completed in 210 milliseconds