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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListMarker.h82 LayoutRect localSelectionRect();
H A DRenderReplaced.h67 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.cpp164 LayoutRect selectionPaintingRect = localSelectionRect();
501 LayoutRect rect = localSelectionRect();
510 LayoutRect RenderReplaced::localSelectionRect(bool checkWhetherSelected) const function in class:WebCore::RenderReplaced
566 LayoutRect r = unionRect(localSelectionRect(false), visualOverflowRect());
H A DInlineTextBox.h112 virtual LayoutRect localSelectionRect(int startPos, int endPos);
H A DRenderText.cpp324 LayoutRect r = box->localSelectionRect(start, realEnd);
359 LayoutRect selectionRect = box->localSelectionRect(start, end);
442 LayoutRect selectionRect = box->localSelectionRect(start, end);
1606 rect.unite(box->localSelectionRect(startPos, endPos));
H A DRenderListMarker.cpp1112 LayoutRect RenderListMarker::localSelectionRect() function in class:WebCore::RenderListMarker
1152 LayoutRect selRect = localSelectionRect();
1160 LayoutRect selRect = localSelectionRect();
H A DInlineTextBox.cpp191 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos) function in class:WebCore::InlineTextBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.h49 virtual LayoutRect localSelectionRect(int startPosition, int endPosition);
H A DRenderSVGInlineText.cpp119 LayoutRect rect = textBox->localSelectionRect(caretOffset, caretOffset + 1);
124 LayoutRect rect = textBox->localSelectionRect(caretOffset - 1, caretOffset);
H A DSVGInlineTextBox.cpp143 LayoutRect SVGInlineTextBox::localSelectionRect(int startPosition, int endPosition) function in class:WebCore::SVGInlineTextBox

Completed in 389 milliseconds