localSelectionRect  116 Source/core/rendering/InlineTextBox.h     virtual LayoutRect localSelectionRect(int startPos, int endPos);
localSelectionRect 1153 Source/core/rendering/RenderListMarker.cpp             LayoutRect selRect = localSelectionRect();
localSelectionRect 1161 Source/core/rendering/RenderListMarker.cpp         LayoutRect selRect = localSelectionRect();
localSelectionRect   82 Source/core/rendering/RenderListMarker.h     LayoutRect localSelectionRect();
localSelectionRect  176 Source/core/rendering/RenderReplaced.cpp         LayoutRect selectionPaintingRect = localSelectionRect();
localSelectionRect  565 Source/core/rendering/RenderReplaced.cpp     LayoutRect rect = localSelectionRect();
localSelectionRect  629 Source/core/rendering/RenderReplaced.cpp     LayoutRect r = unionRect(localSelectionRect(false), visualOverflowRect());
localSelectionRect   68 Source/core/rendering/RenderReplaced.h     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).
localSelectionRect  331 Source/core/rendering/RenderText.cpp     LayoutRect r = box->localSelectionRect(start, realEnd);
localSelectionRect  366 Source/core/rendering/RenderText.cpp                 LayoutRect selectionRect = box->localSelectionRect(start, end);
localSelectionRect  449 Source/core/rendering/RenderText.cpp                 LayoutRect selectionRect = box->localSelectionRect(start, end);
localSelectionRect 1634 Source/core/rendering/RenderText.cpp         rect.unite(box->localSelectionRect(startPos, endPos));
localSelectionRect  118 Source/core/rendering/svg/RenderSVGInlineText.cpp         LayoutRect rect = textBox->localSelectionRect(caretOffset, caretOffset + 1);
localSelectionRect  123 Source/core/rendering/svg/RenderSVGInlineText.cpp     LayoutRect rect = textBox->localSelectionRect(caretOffset - 1, caretOffset);
localSelectionRect   47 Source/core/rendering/svg/SVGInlineTextBox.h     virtual LayoutRect localSelectionRect(int startPosition, int endPosition) OVERRIDE;