Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp97 Color optionTextColor = itemStyle.foregroundColor(); in setUpPlatformData() local
110 … notSelectedBackingStoreContext->fillRect(separatorRect, optionTextColor, ColorSpaceDeviceRGB); in setUpPlatformData()
121 notSelectedBackingStoreContext->setFillColor(optionTextColor, ColorSpaceDeviceRGB); in setUpPlatformData()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp607 Color optionBackgroundColor, optionTextColor; in paint() local
611 optionTextColor = RenderTheme::defaultTheme()->activeListBoxSelectionForegroundColor(); in paint()
614 optionTextColor = itemStyle.foregroundColor(); in paint()
626 context.fillRect(separatorRect, optionTextColor, ColorSpaceDeviceRGB); in paint()
636 context.setFillColor(optionTextColor, ColorSpaceDeviceRGB); in paint()