HomeSort by relevance Sort by last modified time
    Searched refs:DefaultBackgroundColor (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuStyle.h 39 enum BackgroundColorType { DefaultBackgroundColor, CustomBackgroundColor };
40 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor, PopupMenuType menuType = SelectPopup)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 472 itemHasCustomBackgroundColor ? PopupMenuStyle::CustomBackgroundColor : PopupMenuStyle::DefaultBackgroundColor) : menuStyle();
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 419 if (style.backgroundColorType() == PopupMenuStyle::DefaultBackgroundColor && RenderTheme::theme().systemColor(CSSValueButtonface) == backColor)

Completed in 136 milliseconds