Searched defs:AppListShower (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
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_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...]

Completed in 274 milliseconds