Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DInlineTextBox.cpp434 Color selectionFillColor = textFillColor; in paint() local
441 if (foreground.isValid() && foreground != selectionFillColor) { in paint()
444 selectionFillColor = foreground; in paint()
511 …updateGraphicsContext(context, selectionFillColor, selectionStrokeColor, selectionStrokeWidth, sty… in paint()