Searched refs:AppListControllerDelegate (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_uninstaller.h10 class AppListControllerDelegate;
21 AppListControllerDelegate* controller);
34 AppListControllerDelegate* controller_;
H A Dapp_list_controller_delegate.cc51 AppListControllerDelegate::~AppListControllerDelegate() {}
53 bool AppListControllerDelegate::ForceNativeDesktop() const {
57 void AppListControllerDelegate::ViewClosing() {}
59 gfx::Rect AppListControllerDelegate::GetAppListBounds() {
63 void AppListControllerDelegate::OnShowChildDialog() {
65 void AppListControllerDelegate::OnCloseChildDialog() {
68 std::string AppListControllerDelegate::AppListSourceToString(
80 bool AppListControllerDelegate::UserMayModifySettings(
90 bool AppListControllerDelegate
[all...]
H A Dapp_list_service_views.h13 class AppListControllerDelegate;
20 scoped_ptr<AppListControllerDelegate> controller_delegate);
29 // Called by the AppListControllerDelegate when it is told that the app list
41 virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
54 scoped_ptr<AppListControllerDelegate> controller_delegate_;
H A Dapp_context_menu.h14 class AppListControllerDelegate;
30 AppListControllerDelegate* controller);
60 AppListControllerDelegate* controller_;
H A Dextension_app_item.h18 class AppListControllerDelegate;
103 AppListControllerDelegate* GetController();
111 AppListControllerDelegate* extension_enable_flow_controller_;
H A Dapp_list_service.h15 class AppListControllerDelegate;
106 // Returns a pointer to the platform specific AppListControllerDelegate.
107 virtual AppListControllerDelegate* GetControllerDelegate() = 0;
H A Dapp_list_service_views.cc12 scoped_ptr<AppListControllerDelegate> controller_delegate)
63 AppListControllerDelegate* AppListServiceViews::GetControllerDelegate() {
H A Dextension_app_model_builder.h19 class AppListControllerDelegate;
44 explicit ExtensionAppModelBuilder(AppListControllerDelegate* controller);
139 AppListControllerDelegate* controller_;
H A Dextension_uninstaller.cc17 AppListControllerDelegate* controller)
H A Dapp_list_controller_delegate.h33 class AppListControllerDelegate { class
49 virtual ~AppListControllerDelegate();
H A Dapp_context_menu.cc57 AppListControllerDelegate* controller)
102 if (controller_->GetPinnable() != AppListControllerDelegate::NO_PIN) {
220 AppListControllerDelegate::PIN_EDITABLE;
250 AppListControllerDelegate::PIN_EDITABLE) {
H A Dapp_list_controller_delegate_impl.h23 // Primary implementation of AppListControllerDelegate, used by non-Ash
25 class AppListControllerDelegateImpl : public AppListControllerDelegate {
30 // AppListControllerDelegate overrides:
H A Dapp_list_service_disabled.cc44 virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE {
H A Dapp_list_view_delegate.h26 class AppListControllerDelegate;
60 explicit AppListViewDelegate(AppListControllerDelegate* controller);
155 AppListControllerDelegate* controller_;
H A Dextension_app_item.cc282 AppListControllerDelegate::LAUNCH_FROM_APP_LIST,
324 AppListControllerDelegate::LAUNCH_FROM_APP_LIST,
362 AppListControllerDelegate* ExtensionAppItem::GetController() {
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_provider.h13 class AppListControllerDelegate;
33 WebstoreProvider(Profile* profile, AppListControllerDelegate* controller);
55 AppListControllerDelegate* controller_;
H A Dwebstore_result.h19 class AppListControllerDelegate;
39 AppListControllerDelegate* controller);
93 AppListControllerDelegate* controller_;
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_search_provider.h14 class AppListControllerDelegate;
32 AppListControllerDelegate* list_controller);
61 AppListControllerDelegate* list_controller_;
H A Dsearch_controller.h16 class AppListControllerDelegate;
36 AppListControllerDelegate* list_controller);
66 AppListControllerDelegate* list_controller_;
H A Dapp_result.h17 class AppListControllerDelegate;
43 AppListControllerDelegate* controller);
94 AppListControllerDelegate* controller_;
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_service_ash.h37 virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
H A Dapp_list_controller_ash.h13 class AppListControllerDelegateAsh : public AppListControllerDelegate {
19 // AppListControllerDelegate overrides:
H A Dapp_list_service_ash.cc62 AppListControllerDelegate* AppListServiceAsh::GetControllerDelegate() {
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_provider.h15 class AppListControllerDelegate;
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_service_linux.cc66 : AppListServiceViews(scoped_ptr<AppListControllerDelegate>(

Completed in 202 milliseconds

12