HomeSort by relevance Sort by last modified time
    Searched refs:app_list (Results 1 - 25 of 174) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu_delegate.h 8 namespace app_list { namespace
19 } // namespace app_list
app_list_view_delegate.h 14 #include "ui/app_list/app_list_view_delegate.h"
20 namespace app_list { namespace
36 class AppListViewDelegate : public app_list::AppListViewDelegate {
43 // Overridden from app_list::AppListViewDelegate:
44 virtual void SetModel(app_list::AppListModel* model) OVERRIDE;
45 virtual app_list::SigninDelegate* GetSigninDelegate() OVERRIDE;
49 virtual void ActivateAppListItem(app_list::AppListItemModel* item,
53 virtual void OpenSearchResult(app_list::SearchResult* result,
55 virtual void InvokeSearchResultAction(app_list::SearchResult* result,
68 scoped_ptr<app_list::SigninDelegate> signin_delegate_
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_observer.h 8 namespace app_list { namespace
19 } // namespace app_list
history_types.h 11 namespace app_list { namespace
25 } // namespace app_list
  /external/chromium_org/ui/app_list/
app_list_model_observer.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
21 } // namespace app_list
signin_delegate_observer.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
22 } // namespace app_list
search_box_model_observer.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
30 } // namespace app_list
search_box_view_delegate.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
23 } // namespace app_list
app_list_item_model_observer.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
33 } // namespace app_list
pagination_model_observer.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
30 } // namespace app_list
search_result_observer.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
36 } // namespace app_list
signin_delegate.cc 5 #include "ui/app_list/signin_delegate.h"
6 #include "ui/app_list/signin_delegate_observer.h"
8 namespace app_list { namespace
23 FOR_EACH_OBSERVER(app_list::SigninDelegateObserver, observers_,
27 } // namespace app_list
  /external/chromium_org/ash/shell/
example_factory.h 8 namespace app_list { namespace
26 app_list::AppListViewDelegate* CreateAppListViewDelegate();
  /external/chromium_org/ui/app_list/cocoa/
current_user_menu_item_view.h 10 #include "ui/app_list/app_list_export.h"
12 namespace app_list { namespace
20 - (id)initWithDelegate:(app_list::AppListViewDelegate*)delegate;
signin_view_controller.h 10 #include "ui/app_list/app_list_export.h"
12 namespace app_list { namespace
23 app_list::SigninDelegate* delegate_; // Weak. Owned by AppListViewDelegate.
28 delegate:(app_list::SigninDelegate*)delegate;
apps_search_box_controller.h 12 #include "ui/app_list/app_list_export.h"
14 namespace app_list { namespace
27 - (app_list::AppListViewDelegate*)appListDelegate;
28 - (app_list::SearchBoxModel*)searchBoxModel;
41 scoped_ptr<app_list::SearchBoxModelObserverBridge> bridge_;
42 scoped_ptr<app_list::AppListMenu> appListMenu_;
61 - (app_list::AppListMenu*)appListMenu;
apps_grid_view_item.h 11 #include "ui/app_list/app_list_export.h"
14 namespace app_list { namespace
24 scoped_ptr<app_list::ItemModelObserverBridge> observerBridge_;
37 - (void)setModel:(app_list::AppListItemModel*)itemModel;
40 - (app_list::AppListItemModel*)model;
app_list_view_controller.h 12 #include "ui/app_list/app_list_export.h"
13 #import "ui/app_list/cocoa/apps_pagination_model_observer.h"
14 #import "ui/app_list/cocoa/apps_search_box_controller.h"
15 #import "ui/app_list/cocoa/apps_search_results_controller.h"
17 namespace app_list { namespace
48 scoped_ptr<app_list::AppListViewDelegate> delegate_;
49 scoped_ptr<app_list::SigninDelegateObserverBridge> signin_observer_bridge_;
53 - (app_list::AppListViewDelegate*)delegate;
54 - (void)setDelegate:(scoped_ptr<app_list::AppListViewDelegate>)newDelegate;
65 - (void)setDelegate:(scoped_ptr<app_list::AppListViewDelegate>)newDelegat
    [all...]
apps_search_results_controller.h 12 #include "ui/app_list/app_list_export.h"
15 namespace app_list { namespace
25 - (app_list::AppListModel*)appListModel;
26 - (void)openResult:(app_list::SearchResult*)result;
42 scoped_ptr<app_list::AppsSearchResultsModelBridge> bridge_;
apps_grid_controller.h 12 #include "ui/app_list/app_list_export.h"
13 #import "ui/app_list/cocoa/app_list_pager_view.h"
14 #import "ui/app_list/cocoa/scroll_view_with_no_scrollbars.h"
16 namespace app_list { namespace
32 scoped_ptr<app_list::AppListModel> model_;
33 app_list::AppListViewDelegate* delegate_; // Weak. Owned by view controller.
34 scoped_ptr<app_list::AppsGridDelegateBridge> bridge_;
67 - (app_list::AppListModel*)model;
69 - (void)setModel:(scoped_ptr<app_list::AppListModel>)newModel;
71 - (void)setDelegate:(app_list::AppListViewDelegate*)newDelegate
    [all...]
  /external/chromium_org/ui/app_list/views/
search_result_actions_view_delegate.h 8 namespace app_list { namespace
20 } // namespace app_list
app_list_menu_views.h 9 #include "ui/app_list/app_list_menu.h"
21 namespace app_list { namespace
25 class AppListMenuViews : public app_list::AppListMenu {
42 } // namespace app_list
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_sync_ui_state_watcher.h 12 namespace app_list { namespace
23 AppSyncUIStateWatcher(Profile* profile, app_list::AppListModel* model);
31 app_list::AppListModel* model_; // Owned by AppListView
app_sync_ui_state_watcher.cc 5 #include "chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h"
8 #include "ui/app_list/app_list_model.h"
11 app_list::AppListModel* model)
27 model_->SetStatus(app_list::AppListModel::STATUS_SYNCING);
29 model_->SetStatus(app_list::AppListModel::STATUS_NORMAL);
  /external/chromium_org/ash/wm/
app_list_controller.h 13 #include "ui/app_list/pagination_model_observer.h"
21 namespace app_list { namespace
45 public app_list::PaginationModelObserver {
69 app_list::ApplicationDragAndDropHost* drag_and_drop_host);
72 void SetView(app_list::AppListView* view);
110 // app_list::PaginationModelObserver overrides:
116 scoped_ptr<app_list::PaginationModel> pagination_model_;
122 app_list::AppListView* view_;

Completed in 419 milliseconds

1 2 3 4 5 6 7