Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DInlineTextBox.cpp435 Color selectionStrokeColor = textStrokeColor; in paint() local
465 if (stroke != selectionStrokeColor) { in paint()
468 selectionStrokeColor = stroke; in paint()
511 …updateGraphicsContext(context, selectionFillColor, selectionStrokeColor, selectionStrokeWidth, sty… in paint()