Home
last modified time | relevance | path

Searched refs:selectionFillColor (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp597 Color selectionFillColor = textFillColor; in paint() local
605 if (foreground.isValid() && foreground != selectionFillColor) { in paint()
608 selectionFillColor = foreground; in paint()
714 …updateGraphicsContext(context, selectionFillColor, selectionStrokeColor, selectionStrokeWidth, sty… in paint()