Searched refs:ActivateApp (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view_delegate.h25 virtual void ActivateApp(AppListItem* item, int event_flags) = 0;
H A Dapp_list_main_view.h100 virtual void ActivateApp(AppListItem* item, int event_flags) OVERRIDE;
H A Dapp_list_main_view.cc302 void AppListMainView::ActivateApp(AppListItem* item, int event_flags) { function in class:app_list::AppListMainView
H A Dapps_grid_view.cc1998 delegate_->ActivateApp(static_cast<AppListItemView*>(sender)->item(),
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc89 void AppListControllerDelegateAsh::ActivateApp( function in class:AppListControllerDelegateAsh
94 ChromeLauncherController::instance()->ActivateApp(
H A Dapp_list_controller_ash.h34 virtual void ActivateApp(Profile* profile,
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate_impl.h42 virtual void ActivateApp(Profile* profile,
H A Dapp_list_controller_delegate.h104 virtual void ActivateApp(Profile* profile,
H A Dapp_list_controller_delegate_impl.cc89 void AppListControllerDelegateImpl::ActivateApp( function in class:AppListControllerDelegateImpl
H A Dextension_app_item.cc322 GetController()->ActivateApp(profile_,
H A Dextension_app_model_builder_unittest.cc88 virtual void ActivateApp(Profile* profile,
H A Dapp_list_view_delegate.cc484 controller_->ActivateApp(profile_,
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_result.cc110 controller_->ActivateApp(
/external/chromium_org/chrome/browser/ui/webui/app_list/
H A Dstart_page_handler.cc224 controller->ActivateApp(profile,
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.h221 void ActivateApp(const std::string& app_id,
H A Dchrome_launcher_controller_browsertest.cc946 IN_PROC_BROWSER_TEST_F(ShelfAppBrowserTest, ActivateApp) {
952 ChromeLauncherController::instance()->ActivateApp(extension->id(),
956 ChromeLauncherController::instance()->ActivateApp(extension->id(),
H A Dchrome_launcher_controller.cc745 void ChromeLauncherController::ActivateApp(const std::string& app_id, function in class:ChromeLauncherController

Completed in 4231 milliseconds