Searched refs:selectionBackgroundColor (Results 1 – 10 of 10) sorted by relevance
141 Color c = m_renderer->selectionBackgroundColor(); in paintSelection()
306 … paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor()); in paint()
177 …aintInfo.context->fillRect(pixelSnappedIntRect(selectionPaintingRect), selectionBackgroundColor()); in paint()
1156 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint()1164 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint()
460 … paintInfo->context->fillRect(gapRect, box->parent()->renderer()->selectionBackgroundColor()); in lineSelectionGap()
895 Color selectionBackgroundColor() const;
825 Color c = renderer()->selectionBackgroundColor(); in paintSelection()
2604 paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selectionBackgroundColor()); in blockSelectionGap()2620 … paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); in logicalLeftSelectionGap()2636 … paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); in logicalRightSelectionGap()
1728 Color RenderObject::selectionBackgroundColor() const in selectionBackgroundColor() function in WebCore::RenderObject
209 Color backgroundColor = renderer()->selectionBackgroundColor(); in paintSelectionBackground()