OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optionBackgroundColor
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
96
Color
optionBackgroundColor
= itemStyle.backgroundColor();
103
notSelectedBackingStoreContext->fillRect(itemRect,
optionBackgroundColor
, ColorSpaceDeviceRGB);
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
607
Color
optionBackgroundColor
, optionTextColor;
610
optionBackgroundColor
= RenderTheme::defaultTheme()->activeListBoxSelectionBackgroundColor();
613
optionBackgroundColor
= itemStyle.backgroundColor();
622
context.fillRect(itemRect,
optionBackgroundColor
, ColorSpaceDeviceRGB);
Completed in 550 milliseconds