selectionForegroundColor   60 Source/core/rendering/EllipsisBox.cpp         Color foreground = paintInfo.forceBlackText() ? Color::black : renderer().selectionForegroundColor();
selectionForegroundColor  587 Source/core/rendering/InlineTextBox.cpp         Color foreground = paintInfo.forceBlackText() ? Color::black : renderer().selectionForegroundColor();
selectionForegroundColor  900 Source/core/rendering/RenderObject.h     Color selectionForegroundColor() const;