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 516 bool itemHasCustomBackgroundColor;
517 getItemBackgroundColor(listIndex, itemBackgroundColor, itemHasCustomBackgroundColor);
523 itemHasCustomBackgroundColor ? PopupMenuStyle::CustomBackgroundColor : PopupMenuStyle::DefaultBackgroundColor) : menuStyle();
526 void RenderMenuList::getItemBackgroundColor(unsigned listIndex, Color& itemBackgroundColor, bool& itemHasCustomBackgroundColor) const
531 itemHasCustomBackgroundColor = false;
539 itemHasCustomBackgroundColor = backgroundColor.alpha();
RenderMenuList.h 113 void getItemBackgroundColor(unsigned listIndex, Color&, bool& itemHasCustomBackgroundColor) const;

Completed in 159 milliseconds