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

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.h37 // MenuDelegate --------------------------------------------------------------
42 class VIEWS_EXPORT MenuDelegate { class in namespace:views
62 virtual ~MenuDelegate();
H A Dmenu_delegate.cc12 MenuDelegate::~MenuDelegate() {}
14 bool MenuDelegate::IsItemChecked(int id) const {
18 base::string16 MenuDelegate::GetLabel(int id) const {
22 const gfx::FontList* MenuDelegate::GetLabelFontList(int id) const {
26 bool MenuDelegate::GetShouldUseDisabledEmphasizedForegroundColor(
31 bool MenuDelegate::GetBackgroundColor(int command_id,
37 bool MenuDelegate::GetForegroundColor(int command_id,
43 base::string16 MenuDelegate::GetTooltipText(int id,
48 bool MenuDelegate
[all...]

Completed in 53 milliseconds