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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/ui/app_list/
signin_delegate.cc 5 #include "ui/app_list/signin_delegate.h"
7 namespace app_list { namespace
13 } // namespace 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
app_list_switches.cc 5 #include "ui/app_list/app_list_switches.h"
9 namespace app_list { namespace
20 } // namespace app_list
app_list_switches.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
18 } // namespace app_list
app_list_view_delegate.cc 5 #include "ui/app_list/app_list_view_delegate.h"
7 namespace app_list { namespace
15 } // app_list
app_list_view_delegate_observer.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
22 } // 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_box_model_observer.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
34 } // 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
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu_delegate.h 8 namespace app_list { namespace
19 } // namespace app_list
fast_show_pickler.h 12 #include "ui/app_list/app_list_model.h"
25 app_list::AppListModel* model);
29 static scoped_ptr<app_list::AppListModel> UnpickleAppListModelForFastShow(
35 app_list::AppListModel* src, app_list::AppListModel* dest);
recommended_apps_observer.h 8 namespace app_list { namespace
20 } // namespace app_list
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_observer.h 8 namespace app_list { namespace
19 } // namespace app_list
  /external/chromium_org/ash/shell/
example_factory.h 8 namespace app_list { namespace
26 app_list::AppListViewDelegate* CreateAppListViewDelegate();
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
activation_tracker_win.h 11 #include "ui/app_list/views/app_list_view_observer.h"
13 namespace app_list { namespace
18 class ActivationTrackerWin : public app_list::AppListViewObserver {
20 ActivationTrackerWin(app_list::AppListView* view,
28 // app_list::AppListViewObserver:
47 app_list::AppListView* view_;
  /external/chromium_org/ui/app_list/views/
search_box_view_delegate.h 8 #include "ui/app_list/app_list_export.h"
10 namespace app_list { namespace
23 } // namespace app_list
search_result_actions_view_delegate.h 8 namespace app_list { namespace
20 } // namespace app_list
app_list_view_observer.h 12 namespace app_list { namespace
22 } // namespace app_list
folder_header_view_delegate.h 8 namespace app_list { namespace
25 } // namespace app_list
  /external/chromium_org/ash/test/
app_list_controller_test_api.h 10 namespace app_list { namespace
29 app_list::AppsGridView* GetRootGridView();
31 app_list::AppListView* view();
  /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/ui/app_list/cocoa/
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_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;

Completed in 367 milliseconds

1 2 3 4 5 6 7 8 91011