OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itemHasCustomBackgroundColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp
466
bool
itemHasCustomBackgroundColor
;
467
getItemBackgroundColor(listIndex, itemBackgroundColor,
itemHasCustomBackgroundColor
);
472
itemHasCustomBackgroundColor
? PopupMenuStyle::CustomBackgroundColor : PopupMenuStyle::DefaultBackgroundColor) : menuStyle();
475
void RenderMenuList::getItemBackgroundColor(unsigned listIndex, Color& itemBackgroundColor, bool&
itemHasCustomBackgroundColor
) const
480
itemHasCustomBackgroundColor
= false;
488
itemHasCustomBackgroundColor
= backgroundColor.isValid() && backgroundColor.alpha();
RenderMenuList.h
117
void getItemBackgroundColor(unsigned listIndex, Color&, bool&
itemHasCustomBackgroundColor
) const;
Completed in 56 milliseconds