OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomBackgroundColor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuStyle.h
39
enum BackgroundColorType { DefaultBackgroundColor,
CustomBackgroundColor
};
/external/chromium_org/third_party/WebKit/Source/web/
AutofillPopupMenuClient.cpp
292
PopupMenuStyle::
CustomBackgroundColor
, PopupMenuStyle::AutofillPopup));
302
PopupMenuStyle::
CustomBackgroundColor
, PopupMenuStyle::AutofillPopup));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp
472
itemHasCustomBackgroundColor ? PopupMenuStyle::
CustomBackgroundColor
: PopupMenuStyle::DefaultBackgroundColor) : menuStyle();
Completed in 57 milliseconds