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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp465 Color itemBackgroundColor; local
467 getItemBackgroundColor(listIndex, itemBackgroundColor, itemHasCustomBackgroundColor);
470 return style ? PopupMenuStyle(resolveColor(style, CSSPropertyColor), itemBackgroundColor, style->font(), style->visibility() == VISIBLE,
475 void RenderMenuList::getItemBackgroundColor(unsigned listIndex, Color& itemBackgroundColor, bool& itemHasCustomBackgroundColor) const argument
479 itemBackgroundColor = resolveColor(CSSPropertyBackgroundColor);
491 itemBackgroundColor = backgroundColor;
498 itemBackgroundColor = backgroundColor;
503 itemBackgroundColor = Color(Color::white).blend(backgroundColor);

Completed in 469 milliseconds