Searched defs:itemBackgroundColor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp515 Color itemBackgroundColor; local
517 getItemBackgroundColor(listIndex, itemBackgroundColor, itemHasCustomBackgroundColor);
520 return style ? PopupMenuStyle(resolveColor(style, CSSPropertyColor), itemBackgroundColor, style->font(), style->visibility() == VISIBLE,
526 void RenderMenuList::getItemBackgroundColor(unsigned listIndex, Color& itemBackgroundColor, bool& itemHasCustomBackgroundColor) const argument
530 itemBackgroundColor = resolveColor(CSSPropertyBackgroundColor);
542 itemBackgroundColor = backgroundColor;
549 itemBackgroundColor = backgroundColor;
554 itemBackgroundColor = Color(Color::white).blend(backgroundColor);

Completed in 95 milliseconds