Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp488 Color optionBackgroundColor, optionTextColor; in paint() local
491 optionBackgroundColor = theme()->activeListBoxSelectionBackgroundColor(); in paint()
494 optionBackgroundColor = itemStyle.backgroundColor(); in paint()
503 context.fillRect(itemRect, optionBackgroundColor); in paint()