Searched refs:app_list_view (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate_views.cc8 #include "ui/app_list/views/app_list_view.h"
22 app_list::AppListView* app_list_view = service_->shower().app_list(); local
23 if (app_list_view)
24 return app_list_view->GetBoundsInScreen();
H A Dapp_list_service_views_browsertest.cc20 #include "ui/app_list/views/app_list_view.h"
146 app_list::AppListView* app_list_view = GetAppListView(service); local
147 ASSERT_TRUE(app_list_view);
148 gfx::NativeView native_view = app_list_view->GetWidget()->GetNativeView();
151 test::AppListViewTestApi test_api(app_list_view);
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc10 #include "ui/app_list/views/app_list_view.h"
27 app_list::AppListView* app_list_view = local
29 if (app_list_view)
30 return app_list_view->GetBoundsInScreen();
58 app_list::AppListView* app_list_view = local
60 if (app_list_view)
61 app_list_view->SetAppListOverlayVisible(true);
65 app_list::AppListView* app_list_view = local
67 if (app_list_view)
68 app_list_view
[all...]

Completed in 31 milliseconds