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

  /external/chromium_org/ash/shelf/
shelf_menu_model.h 14 class ASH_EXPORT ShelfMenuModel : public ui::SimpleMenuModel {
16 explicit ShelfMenuModel(ui::SimpleMenuModel::Delegate* delegate)
24 DISALLOW_COPY_AND_ASSIGN(ShelfMenuModel);
shelf_item_delegate.h 22 class ShelfMenuModel;
55 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) = 0;
app_list_shelf_item_delegate.h 25 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
shelf_window_watcher_item_delegate.h 31 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
app_list_shelf_item_delegate.cc 46 ShelfMenuModel* AppListShelfItemDelegate::CreateApplicationMenu(
shelf_window_watcher_item_delegate.cc 58 ShelfMenuModel* ShelfWindowWatcherItemDelegate::CreateApplicationMenu(
shelf_view.cc 141 explicit ShelfMenuModelAdapter(ShelfMenuModel* menu_model);
160 ShelfMenuModel* menu_model_;
165 ShelfMenuModelAdapter::ShelfMenuModelAdapter(ShelfMenuModel* menu_model)
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_application_menu_item_model.h 19 class LauncherApplicationMenuItemModel : public ash::ShelfMenuModel,
26 // Overridden from ash::ShelfMenuModel:
app_shortcut_launcher_item_controller.h 50 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
browser_shortcut_launcher_item_controller.h 47 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
launcher_application_menu_item_model.cc 11 : ash::ShelfMenuModel(this),
app_window_launcher_item_controller.h 64 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
app_shortcut_launcher_item_controller.cc 216 ash::ShelfMenuModel* AppShortcutLauncherItemController::CreateApplicationMenu(
app_window_launcher_item_controller.cc 270 ash::ShelfMenuModel* AppWindowLauncherItemController::CreateApplicationMenu(
browser_shortcut_launcher_item_controller.cc 251 ash::ShelfMenuModel*
chrome_launcher_controller_unittest.cc 250 virtual ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE {
    [all...]
chrome_launcher_controller_browsertest.cc 152 scoped_ptr<ash::ShelfMenuModel> menu(new LauncherApplicationMenuItemModel(
    [all...]
  /external/chromium_org/ash/shell/
window_watcher_shelf_item_delegate.h 28 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
window_watcher_shelf_item_delegate.cc 43 ShelfMenuModel* WindowWatcherShelfItemDelegate::CreateApplicationMenu(
  /external/chromium_org/ash/test/
test_shelf_item_delegate.h 29 virtual ShelfMenuModel* CreateApplicationMenu(int event_flags) OVERRIDE;
test_shelf_item_delegate.cc 39 ShelfMenuModel* TestShelfItemDelegate::CreateApplicationMenu(int event_flags) {

Completed in 251 milliseconds