Home | History | Annotate | Download | only in app_list

Lines Matching defs:AppListControllerDelegateImpl

20 AppListControllerDelegateImpl::AppListControllerDelegateImpl(
24 AppListControllerDelegateImpl::~AppListControllerDelegateImpl() {}
26 void AppListControllerDelegateImpl::DismissView() {
30 gfx::NativeWindow AppListControllerDelegateImpl::GetAppListWindow() {
34 gfx::ImageSkia AppListControllerDelegateImpl::GetWindowIcon() {
38 bool AppListControllerDelegateImpl::IsAppPinned(
43 void AppListControllerDelegateImpl::PinApp(const std::string& extension_id) {
47 void AppListControllerDelegateImpl::UnpinApp(const std::string& extension_id) {
51 AppListControllerDelegateImpl::Pinnable
52 AppListControllerDelegateImpl::GetPinnable() {
56 bool AppListControllerDelegateImpl::CanDoCreateShortcutsFlow() {
60 void AppListControllerDelegateImpl::DoCreateShortcutsFlow(
77 base::Bind(&AppListControllerDelegateImpl::OnCloseCreateShortcutsPrompt,
81 void AppListControllerDelegateImpl::CreateNewWindow(Profile* profile,
88 void AppListControllerDelegateImpl::ActivateApp(
96 void AppListControllerDelegateImpl::LaunchApp(
119 void AppListControllerDelegateImpl::ShowForProfileByPath(
125 bool AppListControllerDelegateImpl::ShouldShowUserIcon() {
129 void AppListControllerDelegateImpl::FillLaunchParams(AppLaunchParams* params) {}
131 void AppListControllerDelegateImpl::OnCloseCreateShortcutsPrompt(