Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.cpp1154 LayoutRect selRect = localSelectionRect(); in paint() local
1155 selRect.moveBy(boxOrigin); in paint()
1156 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint()
1162 LayoutRect selRect = localSelectionRect(); in paint() local
1163 selRect.moveBy(boxOrigin); in paint()
1164 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint()
DRenderView.cpp697 LayoutRect selRect; in selectionBounds() local
707 selRect.unite(currRect); in selectionBounds()
709 return pixelSnappedIntRect(selRect); in selectionBounds()