Searched defs:selectionFillColor (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp597 Color selectionFillColor = textFillColor; local
605 if (foreground.isValid() && foreground != selectionFillColor) {
608 selectionFillColor = foreground;
714 updateGraphicsContext(context, selectionFillColor, selectionStrokeColor, selectionStrokeWidth, styleToUse->colorSpace());

Completed in 47 milliseconds