Searched refs:selRect (Results 1 – 2 of 2) sorted by relevance
1154 LayoutRect selRect = localSelectionRect(); in paint() local1155 selRect.moveBy(boxOrigin); in paint()1156 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint()1162 LayoutRect selRect = localSelectionRect(); in paint() local1163 selRect.moveBy(boxOrigin); in paint()1164 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint()
697 LayoutRect selRect; in selectionBounds() local707 selRect.unite(currRect); in selectionBounds()709 return pixelSnappedIntRect(selRect); in selectionBounds()