Searched refs:selRect (Results 1 – 2 of 2) sorted by relevance
1135 IntRect selRect = localSelectionRect(); in paint() local1136 selRect.move(boxOrigin.x(), boxOrigin.y()); in paint()1137 context->fillRect(selRect, selectionBackgroundColor(), style()->colorSpace()); in paint()1149 IntRect selRect = localSelectionRect(); in paint() local1150 selRect.move(boxOrigin.x(), boxOrigin.y()); in paint()1151 context->fillRect(selRect, selectionBackgroundColor(), style()->colorSpace()); in paint()
377 IntRect selRect; in selectionBounds() local387 selRect.unite(currRect); in selectionBounds()390 return selRect; in selectionBounds()