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

  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_service_ash.cc 39 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
81 gfx::NativeWindow AppListServiceAsh::GetAppListWindow() {
83 return ash::Shell::GetInstance()->GetAppListWindow();
app_list_controller_ash.cc 21 gfx::NativeWindow AppListControllerDelegateAsh::GetAppListWindow() {
23 return ash::Shell::GetInstance()->GetAppListWindow();
app_list_controller_ash.h 21 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_service_linux.h 31 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
app_list_service_linux.cc 103 gfx::NativeWindow AppListServiceLinux::GetAppListWindow() {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate_impl.cc 30 gfx::NativeWindow AppListControllerDelegateImpl::GetAppListWindow() {
31 return service_->GetAppListWindow();
71 gfx::NativeWindow parent_window = GetAppListWindow();
app_list_service.h 79 virtual gfx::NativeWindow GetAppListWindow() = 0;
app_list_controller_delegate_impl.h 32 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
app_list_service_disabled.cc 47 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE {
app_list_controller_delegate.h 61 virtual gfx::NativeWindow GetAppListWindow() = 0;
app_list_service_mac.h 60 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
app_list_view_delegate.cc 136 controller_->GetAppListWindow());
257 controller_->GetAppListWindow());
269 controller_->GetAppListWindow());
app_list_service_unittest.cc 66 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE {
extension_app_item.cc 202 extension_enable_flow_controller_->GetAppListWindow());
extension_app_model_builder_unittest.cc 69 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE { return NULL; }
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.h 36 virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
app_list_service_win.cc 359 gfx::NativeWindow AppListServiceWin::GetAppListWindow() {
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 187 controller_->GetAppListWindow(),
198 controller_->GetAppListWindow(),
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_result.cc 145 controller_->GetAppListWindow());
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_uninstall_dialog_view.cc 131 AppListService::Get(chrome::GetActiveDesktop())->GetAppListWindow() :
  /external/chromium_org/ash/
shell.h 242 aura::Window* GetAppListWindow();
shell.cc 294 aura::Window* Shell::GetAppListWindow() {
    [all...]
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc 94 return app_list_service->GetAppListWindow();
  /external/chromium_org/ash/shelf/
shelf_view.cc     [all...]
shelf_view_unittest.cc     [all...]

Completed in 913 milliseconds