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

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

Completed in 307 milliseconds