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

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

Completed in 154 milliseconds