Searched refs:selRect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderListMarker.cpp1135 IntRect selRect = localSelectionRect(); local
1136 selRect.move(boxOrigin.x(), boxOrigin.y());
1137 context->fillRect(selRect, selectionBackgroundColor(), style()->colorSpace());
1149 IntRect selRect = localSelectionRect(); local
1150 selRect.move(boxOrigin.x(), boxOrigin.y());
1151 context->fillRect(selRect, selectionBackgroundColor(), style()->colorSpace());
H A DRenderView.cpp377 IntRect selRect; local
387 selRect.unite(currRect);
390 return selRect;

Completed in 393 milliseconds