HomeSort by relevance Sort by last modified time
    Searched refs:SystemMenuModelDelegate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
system_menu_model_delegate.cc 18 SystemMenuModelDelegate::SystemMenuModelDelegate(
25 SystemMenuModelDelegate::~SystemMenuModelDelegate() {
28 bool SystemMenuModelDelegate::IsCommandIdChecked(int command_id) const {
39 bool SystemMenuModelDelegate::IsCommandIdEnabled(int command_id) const {
43 bool SystemMenuModelDelegate::GetAcceleratorForCommandId(int command_id,
48 bool SystemMenuModelDelegate::IsItemForCommandIdDynamic(int command_id) const {
52 base::string16 SystemMenuModelDelegate::GetLabelForCommandId(
66 void SystemMenuModelDelegate::ExecuteCommand(int command_id, int event_flags)
    [all...]
system_menu_model_delegate.h 15 class SystemMenuModelDelegate : public ui::SimpleMenuModel::Delegate {
17 SystemMenuModelDelegate(ui::AcceleratorProvider* provider, Browser* browser);
18 virtual ~SystemMenuModelDelegate();
36 DISALLOW_COPY_AND_ASSIGN(SystemMenuModelDelegate);
system_menu_model_builder.h 48 SystemMenuModelDelegate menu_delegate_;

Completed in 117 milliseconds