HomeSort by relevance Sort by last modified time
    Searched defs:selectionEmphasisMarkColor (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 599 Color selectionEmphasisMarkColor = emphasisMarkColor;
611 Color emphasisMarkForeground = paintInfo.forceBlackText ? Color::black : renderer()->selectionEmphasisMarkColor();
612 if (emphasisMarkForeground.isValid() && emphasisMarkForeground != selectionEmphasisMarkColor) {
615 selectionEmphasisMarkColor = emphasisMarkForeground;
717 updateGraphicsContext(context, selectionEmphasisMarkColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
    [all...]
RenderObject.cpp     [all...]

Completed in 31 milliseconds