Searched refs:selRect (Results 1 – 2 of 2) sorted by relevance
47 LayoutRect selRect = m_renderListMarker.localSelectionRect(); in paint() local48 selRect.moveBy(boxOrigin); in paint()49 … context->fillRect(pixelSnappedIntRect(selRect), m_renderListMarker.selectionBackgroundColor()); in paint()55 LayoutRect selRect = m_renderListMarker.localSelectionRect(); in paint() local56 selRect.moveBy(boxOrigin); in paint()57 … context->fillRect(pixelSnappedIntRect(selRect), m_renderListMarker.selectionBackgroundColor()); in paint()
466 LayoutRect selRect; in selectionBounds() local476 selRect.unite(currRect); in selectionBounds()478 return pixelSnappedIntRect(selRect); in selectionBounds()