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

/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc12 AppListControllerDelegateAsh::AppListControllerDelegateAsh() {} function in class:AppListControllerDelegateAsh
14 AppListControllerDelegateAsh::~AppListControllerDelegateAsh() {}
16 void AppListControllerDelegateAsh::DismissView() {
21 gfx::NativeWindow AppListControllerDelegateAsh::GetAppListWindow() {
26 gfx::Rect AppListControllerDelegateAsh::GetAppListBounds() {
34 gfx::ImageSkia AppListControllerDelegateAsh::GetWindowIcon() {
38 bool AppListControllerDelegateAsh::IsAppPinned(
43 void AppListControllerDelegateAsh
[all...]
H A Dapp_list_controller_ash.h13 class AppListControllerDelegateAsh : public AppListControllerDelegate { class in inherits:AppListControllerDelegate
15 AppListControllerDelegateAsh();
16 virtual ~AppListControllerDelegateAsh();
48 DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateAsh);
H A Dapp_list_service_ash.h11 class AppListControllerDelegateAsh;
42 scoped_ptr<AppListControllerDelegateAsh> controller_delegate_;
H A Dapp_list_service_ash.cc21 : controller_delegate_(new AppListControllerDelegateAsh()) {

Completed in 86 milliseconds