OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getItemBackgroundColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h
113
void
getItemBackgroundColor
(unsigned listIndex, Color&, bool& itemHasCustomBackgroundColor) const;
RenderMenuList.cpp
517
getItemBackgroundColor
(listIndex, itemBackgroundColor, itemHasCustomBackgroundColor);
526
void RenderMenuList::
getItemBackgroundColor
(unsigned listIndex, Color& itemBackgroundColor, bool& itemHasCustomBackgroundColor) const
Completed in 3529 milliseconds