Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp174 LayoutRect selectionPaintingRect = localSelectionRect(); in paint() local
175 selectionPaintingRect.moveBy(adjustedPaintOffset); in paint()
176 …paintInfo.context->fillRect(pixelSnappedIntRect(selectionPaintingRect), selectionBackgroundColor()… in paint()