Searched refs:UnpinApp (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate_impl.h36 virtual void UnpinApp(const std::string& extension_id) OVERRIDE;
H A Dapp_list_controller_delegate.h75 virtual void UnpinApp(const std::string& extension_id) = 0;
H A Dapp_list_controller_delegate_impl.cc48 void AppListControllerDelegateImpl::UnpinApp(const std::string& extension_id) { function in class:AppListControllerDelegateImpl
H A Dapp_context_menu.cc252 controller_->UnpinApp(app_id_);
H A Dextension_app_model_builder_unittest.cc77 virtual void UnpinApp(const std::string& extension_id) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.h26 virtual void UnpinApp(const std::string& extension_id) OVERRIDE;
H A Dapp_list_controller_ash.cc47 void AppListControllerDelegateAsh::UnpinApp(const std::string& extension_id) { function in class:AppListControllerDelegateAsh

Completed in 1143 milliseconds