Home
last modified time | relevance | path

Searched refs:CreateApplicationMenu (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/ash/shelf/
Dshelf_item_delegate.h55 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) = 0;
Dapp_list_shelf_item_delegate.h25 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
Dshelf_window_watcher_item_delegate.h31 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
Dapp_list_shelf_item_delegate.cc46 ShelfMenuModel* AppListShelfItemDelegate::CreateApplicationMenu( in CreateApplicationMenu() function in ash::AppListShelfItemDelegate
Dshelf_window_watcher_item_delegate.cc58 ShelfMenuModel* ShelfWindowWatcherItemDelegate::CreateApplicationMenu( in CreateApplicationMenu() function in ash::ShelfWindowWatcherItemDelegate
Dshelf_view.cc1719 list_menu_model_.reset(item_delegate->CreateApplicationMenu(event.flags())); in ShowListMenuForView()
/external/chromium_org/ash/test/
Dtest_shelf_item_delegate.cc39 ShelfMenuModel* TestShelfItemDelegate::CreateApplicationMenu(int event_flags) { in CreateApplicationMenu() function in ash::test::TestShelfItemDelegate
Dtest_shelf_item_delegate.h29 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
/external/chromium_org/ash/shell/
Dwindow_watcher_shelf_item_delegate.h28 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
Dwindow_watcher_shelf_item_delegate.cc43 ShelfMenuModel* WindowWatcherShelfItemDelegate::CreateApplicationMenu( in CreateApplicationMenu() function in ash::shell::WindowWatcherShelfItemDelegate
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dbrowser_shortcut_launcher_item_controller.h47 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
Dapp_shortcut_launcher_item_controller.h50 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
Dapp_window_launcher_item_controller.h64 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
Dapp_window_launcher_item_controller.cc270 ash::ShelfMenuModel* AppWindowLauncherItemController::CreateApplicationMenu( in CreateApplicationMenu() function in AppWindowLauncherItemController
Dbrowser_shortcut_launcher_item_controller.cc252 BrowserShortcutLauncherItemController::CreateApplicationMenu(int event_flags) { in CreateApplicationMenu() function in BrowserShortcutLauncherItemController
Dapp_shortcut_launcher_item_controller.cc216 ash::ShelfMenuModel* AppShortcutLauncherItemController::CreateApplicationMenu( in CreateApplicationMenu() function in AppShortcutLauncherItemController
Dchrome_launcher_controller_unittest.cc250 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE { in CreateApplicationMenu() function in __anon36d337ed0111::TestV2AppLauncherItemController