Searched refs:DoesCommandIdDismissMenu (Results 1 – 4 of 4) sorted by relevance
25 bool ButtonMenuItemModel::Delegate::DoesCommandIdDismissMenu( in DoesCommandIdDismissMenu() function in ui::ButtonMenuItemModel::Delegate119 return DoesCommandIdDismissMenu(items_[index].command_id); in DismissesMenuAt()128 bool ButtonMenuItemModel::DoesCommandIdDismissMenu(int command_id) const { in DoesCommandIdDismissMenu() function in ui::ButtonMenuItemModel130 return delegate_->DoesCommandIdDismissMenu(command_id); in DoesCommandIdDismissMenu()
35 virtual bool DoesCommandIdDismissMenu(int command_id) const;95 bool DoesCommandIdDismissMenu(int command_id) const;
96 virtual bool DoesCommandIdDismissMenu(int command_id) const OVERRIDE;
306 bool WrenchMenuModel::DoesCommandIdDismissMenu(int command_id) const { in DoesCommandIdDismissMenu() function in WrenchMenuModel