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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate_impl.h25 class AppListControllerDelegateImpl : public AppListControllerDelegate { class in inherits:AppListControllerDelegate
27 explicit AppListControllerDelegateImpl(AppListService* service);
28 virtual ~AppListControllerDelegateImpl();
63 DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateImpl);
H A Dapp_list_controller_delegate_impl.cc21 AppListControllerDelegateImpl::AppListControllerDelegateImpl( function in class:AppListControllerDelegateImpl
25 AppListControllerDelegateImpl::~AppListControllerDelegateImpl() {}
27 void AppListControllerDelegateImpl::DismissView() {
31 gfx::NativeWindow AppListControllerDelegateImpl::GetAppListWindow() {
35 gfx::ImageSkia AppListControllerDelegateImpl::GetWindowIcon() {
39 bool AppListControllerDelegateImpl::IsAppPinned(
44 void AppListControllerDelegateImpl::PinApp(const std::string& extension_id) {
48 void AppListControllerDelegateImpl
[all...]

Completed in 74 milliseconds