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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderListMarker.h81 LayoutRect localSelectionRect();
H A DRenderReplaced.h69 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.cpp190 LayoutRect selectionPaintingRect = localSelectionRect();
541 LayoutRect rect = localSelectionRect();
550 LayoutRect RenderReplaced::localSelectionRect(bool checkWhetherSelected) const function in class:WebCore::RenderReplaced
605 LayoutRect r = unionRect(localSelectionRect(false), visualOverflowRect());
H A DRenderTextLineBoxes.cpp491 rect.unite(box->localSelectionRect(start, end));
501 rect.unite(box->localSelectionRect(start, end));
519 LayoutRect boxSelectionRect = box.localSelectionRect(start, realEnd);
544 LayoutRect selectionRect = box->localSelectionRect(start, end);
592 LayoutRect selectionRect = box->localSelectionRect(start, end);
H A DInlineTextBox.h113 virtual LayoutRect localSelectionRect(int startPos, int endPos) const;
H A DRenderListMarker.cpp1163 LayoutRect RenderListMarker::localSelectionRect() function in class:WebCore::RenderListMarker
1201 LayoutRect selRect = localSelectionRect();
1209 LayoutRect selRect = localSelectionRect();
H A DRenderText.cpp329 rect = box->localSelectionRect(start, end);
332 rect = box->localSelectionRect(start, realEnd);
H A DInlineTextBox.cpp259 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos) const function in class:WebCore::InlineTextBox
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGInlineTextBox.h50 virtual LayoutRect localSelectionRect(int startPosition, int endPosition) const override;
H A DRenderSVGInlineText.cpp130 LayoutRect rect = textBox->localSelectionRect(caretOffset, caretOffset + 1);
135 LayoutRect rect = textBox->localSelectionRect(caretOffset - 1, caretOffset);
H A DRenderSVGRoot.cpp368 LayoutRect decoratedRepaintRect = unionRect(localSelectionRect(false), visualOverflowRect());
H A DSVGInlineTextBox.cpp140 LayoutRect SVGInlineTextBox::localSelectionRect(int startPosition, int endPosition) const

Completed in 202 milliseconds