HomeSort by relevance Sort by last modified time
    Searched refs:localSelectionRect (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.h 82 LayoutRect localSelectionRect();
RenderReplaced.h 67 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).
RenderReplaced.cpp 164 LayoutRect selectionPaintingRect = localSelectionRect();
501 LayoutRect rect = localSelectionRect();
510 LayoutRect RenderReplaced::localSelectionRect(bool checkWhetherSelected) const
566 LayoutRect r = unionRect(localSelectionRect(false), visualOverflowRect());
InlineTextBox.h 112 virtual LayoutRect localSelectionRect(int startPos, int endPos);
RenderText.cpp 324 LayoutRect r = box->localSelectionRect(start, realEnd);
359 LayoutRect selectionRect = box->localSelectionRect(start, end);
442 LayoutRect selectionRect = box->localSelectionRect(start, end);
    [all...]
RenderListMarker.cpp     [all...]
InlineTextBox.cpp 191 LayoutRect InlineTextBox::localSelectionRect(int startPos, int endPos)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.h 49 virtual LayoutRect localSelectionRect(int startPosition, int endPosition);
RenderSVGInlineText.cpp 119 LayoutRect rect = textBox->localSelectionRect(caretOffset, caretOffset + 1);
124 LayoutRect rect = textBox->localSelectionRect(caretOffset - 1, caretOffset);
SVGInlineTextBox.cpp 143 LayoutRect SVGInlineTextBox::localSelectionRect(int startPosition, int endPosition)

Completed in 2633 milliseconds