/external/chromium_org/ui/app_list/views/ |
apps_grid_view_delegate.h | 25 virtual void ActivateApp(AppListItemModel* item, int event_flags) = 0;
|
app_list_main_view.h | 79 virtual void ActivateApp(AppListItemModel* item, int event_flags) OVERRIDE;
|
app_list_main_view.cc | 206 void AppListMainView::ActivateApp(AppListItemModel* item, int event_flags) {
|
apps_grid_view.cc | [all...] |
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
app_list_controller_ash.cc | 67 void AppListControllerDelegateAsh::ActivateApp( 72 ChromeLauncherController::instance()->ActivateApp(
|
app_list_controller_ash.h | 31 virtual void ActivateApp(Profile* profile,
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_controller_delegate_impl.h | 42 virtual void ActivateApp(Profile* profile,
|
app_list_controller_delegate.h | 89 virtual void ActivateApp(Profile* profile,
|
app_list_controller_delegate_impl.cc | 88 void AppListControllerDelegateImpl::ActivateApp(
|
extension_app_item.cc | 254 GetController()->ActivateApp(profile_,
|
app_list_view_delegate.cc | 249 controller_->ActivateApp(profile_,
|
extension_app_model_builder_unittest.cc | 82 virtual void ActivateApp(Profile* profile,
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
app_result.cc | 88 controller_->ActivateApp(
|
/external/chromium_org/chrome/browser/ui/webui/app_list/ |
start_page_handler.cc | 127 controller->ActivateApp(profile,
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller.h | 215 void ActivateApp(const std::string& app_id,
|
chrome_launcher_controller_browsertest.cc | [all...] |
chrome_launcher_controller.cc | 689 void ChromeLauncherController::ActivateApp(const std::string& app_id, [all...] |