/external/chromium_org/ash/shelf/ |
D | shelf_item_delegate.h | 55 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) = 0;
|
D | app_list_shelf_item_delegate.h | 25 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
D | shelf_window_watcher_item_delegate.h | 31 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
D | app_list_shelf_item_delegate.cc | 46 ShelfMenuModel* AppListShelfItemDelegate::CreateApplicationMenu( in CreateApplicationMenu() function in ash::AppListShelfItemDelegate
|
D | shelf_window_watcher_item_delegate.cc | 58 ShelfMenuModel* ShelfWindowWatcherItemDelegate::CreateApplicationMenu( in CreateApplicationMenu() function in ash::ShelfWindowWatcherItemDelegate
|
D | shelf_view.cc | 1719 list_menu_model_.reset(item_delegate->CreateApplicationMenu(event.flags())); in ShowListMenuForView()
|
/external/chromium_org/ash/test/ |
D | test_shelf_item_delegate.cc | 39 ShelfMenuModel* TestShelfItemDelegate::CreateApplicationMenu(int event_flags) { in CreateApplicationMenu() function in ash::test::TestShelfItemDelegate
|
D | test_shelf_item_delegate.h | 29 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
/external/chromium_org/ash/shell/ |
D | window_watcher_shelf_item_delegate.h | 28 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
D | window_watcher_shelf_item_delegate.cc | 43 ShelfMenuModel* WindowWatcherShelfItemDelegate::CreateApplicationMenu( in CreateApplicationMenu() function in ash::shell::WindowWatcherShelfItemDelegate
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | browser_shortcut_launcher_item_controller.h | 47 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
D | app_shortcut_launcher_item_controller.h | 50 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
D | app_window_launcher_item_controller.h | 64 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
|
D | app_window_launcher_item_controller.cc | 270 ash::ShelfMenuModel* AppWindowLauncherItemController::CreateApplicationMenu( in CreateApplicationMenu() function in AppWindowLauncherItemController
|
D | browser_shortcut_launcher_item_controller.cc | 252 BrowserShortcutLauncherItemController::CreateApplicationMenu(int event_flags) { in CreateApplicationMenu() function in BrowserShortcutLauncherItemController
|
D | app_shortcut_launcher_item_controller.cc | 216 ash::ShelfMenuModel* AppShortcutLauncherItemController::CreateApplicationMenu( in CreateApplicationMenu() function in AppShortcutLauncherItemController
|
D | chrome_launcher_controller_unittest.cc | 250 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE { in CreateApplicationMenu() function in __anon36d337ed0111::TestV2AppLauncherItemController
|