Searched refs:AppListShower (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views.cc17 AppListShower::AppListShower(AppListShowerDelegate* delegate) function in class:AppListShower
24 AppListShower::~AppListShower() {
27 void AppListShower::ShowForProfile(Profile* requested_profile) {
48 gfx::NativeWindow AppListShower::GetWindow() {
54 void AppListShower::CreateViewForProfile(Profile* requested_profile) {
60 void AppListShower::DismissAppList() {
71 void AppListShower::HandleViewBeingDestroyed() {
87 bool AppListShower
[all...]
H A Dapp_list_shower_views.h22 class AppListShower { class
24 explicit AppListShower(AppListShowerDelegate* delegate);
25 virtual ~AppListShower();
71 DISALLOW_COPY_AND_ASSIGN(AppListShower);
H A Dapp_list_service_views.h27 AppListShower& shower() { return shower_; }
51 AppListShower shower_;
H A Dapp_list_shower_views_unittest.cc16 class FakeAppListShower : public AppListShower {
19 : AppListShower(delegate), has_view_(false), visible_(false) {}
21 // AppListShower:
23 AppListShower::HandleViewBeingDestroyed();

Completed in 73 milliseconds