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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 502 bool itemHasCustomBackgroundColor;
503 getItemBackgroundColor(listIndex, itemBackgroundColor, itemHasCustomBackgroundColor);
508 itemHasCustomBackgroundColor ? PopupMenuStyle::CustomBackgroundColor : PopupMenuStyle::DefaultBackgroundColor) : menuStyle();
511 void RenderMenuList::getItemBackgroundColor(unsigned listIndex, Color& itemBackgroundColor, bool& itemHasCustomBackgroundColor) const
516 itemHasCustomBackgroundColor = false;
524 itemHasCustomBackgroundColor = backgroundColor.alpha();
RenderMenuList.h 110 void getItemBackgroundColor(unsigned listIndex, Color&, bool& itemHasCustomBackgroundColor) const;

Completed in 804 milliseconds