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

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.h31 // MenuDelegate --------------------------------------------------------------
36 class VIEWS_EXPORT MenuDelegate { class in namespace:views
56 virtual ~MenuDelegate();
H A Dmenu_delegate.cc10 MenuDelegate::~MenuDelegate() {}
12 bool MenuDelegate::IsItemChecked(int id) const {
16 string16 MenuDelegate::GetLabel(int id) const {
20 const gfx::Font* MenuDelegate::GetLabelFont(int id) const {
24 bool MenuDelegate::GetBackgroundColor(int command_id,
30 bool MenuDelegate::GetForegroundColor(int command_id,
36 string16 MenuDelegate::GetTooltipText(int id,
41 bool MenuDelegate::GetAccelerator(int id, ui::Accelerator* accelerator) {
45 bool MenuDelegate
[all...]

Completed in 67 milliseconds