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

  /external/webkit/Source/WebCore/rendering/
RenderReplaced.h 58 IntRect 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).
RenderListMarker.h 77 IntRect localSelectionRect();
RenderReplaced.cpp 160 IntRect selectionPaintingRect = localSelectionRect();
320 IntRect rect = localSelectionRect();
329 IntRect RenderReplaced::localSelectionRect(bool checkWhetherSelected) const
396 IntRect r = unionRect(localSelectionRect(false), visualOverflowRect());
RenderListMarker.cpp     [all...]

Completed in 2824 milliseconds