Searched refs:selectionEmphasisMarkColor (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp621 Color selectionEmphasisMarkColor = emphasisMarkColor; local
633 Color emphasisMarkForeground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionEmphasisMarkColor();
634 if (emphasisMarkForeground.isValid() && emphasisMarkForeground != selectionEmphasisMarkColor) {
637 selectionEmphasisMarkColor = emphasisMarkForeground;
781 updateGraphicsContext(context, selectionEmphasisMarkColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
H A DRenderObject.h913 Color selectionEmphasisMarkColor() const;
H A DRenderObject.cpp1670 Color RenderObject::selectionEmphasisMarkColor() const function in class:WebCore::RenderObject

Completed in 102 milliseconds