Searched refs:selectionEmphasisMarkColor (Results 1 – 3 of 3) sorted by relevance
584 Color selectionEmphasisMarkColor = emphasisMarkColor; in paint() local596 …kForeground = paintInfo.forceBlackText() ? Color::black : renderer()->selectionEmphasisMarkColor(); in paint()597 … if (emphasisMarkForeground.isValid() && emphasisMarkForeground != selectionEmphasisMarkColor) { in paint()600 selectionEmphasisMarkColor = emphasisMarkForeground; in paint()730 … updateGraphicsContext(context, selectionEmphasisMarkColor, textStrokeColor, textStrokeWidth); in paint()
897 Color selectionEmphasisMarkColor() const;
1770 Color RenderObject::selectionEmphasisMarkColor() const in selectionEmphasisMarkColor() function in WebCore::RenderObject