selectionEmphasisMarkColor 582 Source/core/rendering/InlineTextBox.cpp Color selectionEmphasisMarkColor = emphasisMarkColor; selectionEmphasisMarkColor 594 Source/core/rendering/InlineTextBox.cpp Color emphasisMarkForeground = paintInfo.forceBlackText() ? Color::black : renderer().selectionEmphasisMarkColor(); selectionEmphasisMarkColor 595 Source/core/rendering/InlineTextBox.cpp if (emphasisMarkForeground != selectionEmphasisMarkColor) { selectionEmphasisMarkColor 598 Source/core/rendering/InlineTextBox.cpp selectionEmphasisMarkColor = emphasisMarkForeground; selectionEmphasisMarkColor 735 Source/core/rendering/InlineTextBox.cpp updateGraphicsContext(context, selectionEmphasisMarkColor, textStrokeColor, textStrokeWidth); selectionEmphasisMarkColor 901 Source/core/rendering/RenderObject.h Color selectionEmphasisMarkColor() const;