selectionBackgroundColor 138 Source/core/rendering/EllipsisBox.cpp Color c = renderer().selectionBackgroundColor(); selectionBackgroundColor 833 Source/core/rendering/InlineTextBox.cpp Color c = renderer().selectionBackgroundColor(); selectionBackgroundColor 2404 Source/core/rendering/RenderBlock.cpp paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selectionBackgroundColor()); selectionBackgroundColor 2420 Source/core/rendering/RenderBlock.cpp paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); selectionBackgroundColor 2436 Source/core/rendering/RenderBlock.cpp paintInfo->context->fillRect(pixelSnappedIntRect(gapRect), selObj->selectionBackgroundColor()); selectionBackgroundColor 1155 Source/core/rendering/RenderListMarker.cpp context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); selectionBackgroundColor 1163 Source/core/rendering/RenderListMarker.cpp context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); selectionBackgroundColor 899 Source/core/rendering/RenderObject.h Color selectionBackgroundColor() const; selectionBackgroundColor 178 Source/core/rendering/RenderReplaced.cpp paintInfo.context->fillRect(pixelSnappedIntRect(selectionPaintingRect), selectionBackgroundColor()); selectionBackgroundColor 247 Source/core/rendering/RenderWidget.cpp paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor()); selectionBackgroundColor 343 Source/core/rendering/RootInlineBox.cpp paintInfo->context->fillRect(gapRect, box->parent()->renderer().selectionBackgroundColor()); selectionBackgroundColor 206 Source/core/rendering/svg/SVGInlineTextBox.cpp Color backgroundColor = renderer().selectionBackgroundColor();