Searched refs:GetAppListWindow (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_views_browsertest.cc68 EXPECT_FALSE(service->GetAppListWindow());
73 // AppListService::GetAppListWindow returning NULL.
75 gfx::NativeWindow window = service->GetAppListWindow();
84 EXPECT_FALSE(service->GetAppListWindow());
88 EXPECT_TRUE(service->GetAppListWindow());
92 EXPECT_FALSE(service->GetAppListWindow());
101 EXPECT_TRUE(service->GetAppListWindow());
108 ui::test::EventGenerator generator(service->GetAppListWindow());
120 EXPECT_FALSE(service->GetAppListWindow());
143 EXPECT_FALSE(service->GetAppListWindow());
[all...]
H A Dapp_list_controller_delegate_impl.cc31 gfx::NativeWindow AppListControllerDelegateImpl::GetAppListWindow() { function in class:AppListControllerDelegateImpl
32 return service_->GetAppListWindow();
72 gfx::NativeWindow parent_window = GetAppListWindow();
H A Dapp_list_service_views.h39 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
H A Dextension_uninstaller.cc36 profile_, controller_->GetAppListWindow(), this));
H A Dapp_list_controller_delegate_impl.h32 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
H A Dapp_list_service.h104 virtual gfx::NativeWindow GetAppListWindow() = 0;
H A Dapp_list_service_disabled.cc50 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE {
H A Dapp_list_service_views.cc55 gfx::NativeWindow AppListServiceViews::GetAppListWindow() { function in class:AppListServiceViews
H A Dapp_list_controller_delegate.h62 virtual gfx::NativeWindow GetAppListWindow() = 0;
H A Dapp_list_service_mac.h66 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
H A Dapp_list_view_delegate.cc268 controller_->GetAppListWindow());
492 controller_->GetAppListWindow());
504 controller_->GetAppListWindow());
H A Dapp_list_controller_delegate.cc109 ShowAppInfoDialog(GetAppListWindow(),
H A Dapp_list_service_unittest.cc67 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE {
H A Dextension_app_item.cc262 extension_enable_flow_controller_->GetAppListWindow());
H A Dextension_app_model_builder_unittest.cc71 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE { return NULL; }
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_service_ash.cc52 gfx::NativeWindow AppListServiceAsh::GetAppListWindow() { function in class:AppListServiceAsh
54 return ash::Shell::GetInstance()->GetAppListWindow();
H A Dapp_list_service_ash.h35 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
H A Dapp_list_controller_ash.cc21 gfx::NativeWindow AppListControllerDelegateAsh::GetAppListWindow() { function in class:AppListControllerDelegateAsh
23 return ash::Shell::GetInstance()->GetAppListWindow();
H A Dapp_list_controller_ash.h21 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
/external/chromium_org/ash/wm/
H A Dapp_list_controller_unittest.cc87 aura::Window* app_window = shell->GetAppListWindow();
110 aura::Window* app_window = shell->GetAppListWindow();
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.cc221 controller_->GetAppListWindow(),
232 controller_->GetAppListWindow(),
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_result.cc166 controller_->GetAppListWindow());
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.cc89 return app_list_service->GetAppListWindow();
/external/chromium_org/ash/
H A Dshell.h250 aura::Window* GetAppListWindow();
H A Dshell.cc329 aura::Window* Shell::GetAppListWindow() { function in class:ash::Shell

Completed in 174 milliseconds

12