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

12 3 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.h 16 #include "chrome/browser/ui/app_list/chrome_signin_delegate.h"
17 #include "chrome/browser/ui/app_list/start_page_observer.h"
20 #include "ui/app_list/app_list_view_delegate.h"
21 #include "ui/app_list/speech_ui_model.h"
26 namespace app_list { namespace
47 class AppListViewDelegate : public app_list::AppListViewDelegate,
48 public app_list::StartPageObserver,
62 // Overridden from app_list::AppListViewDelegate:
65 virtual app_list::AppListModel* GetModel() OVERRIDE;
66 virtual app_list::SigninDelegate* GetSigninDelegate() OVERRIDE
    [all...]
app_list_factory.h 9 #include "chrome/browser/ui/app_list/app_list.h"
14 namespace app_list { namespace
start_page_observer.h 9 #include "ui/app_list/speech_ui_model_observer.h"
11 namespace app_list { namespace
29 } // namespace app_list
app_list_view_delegate.cc 5 #include "chrome/browser/ui/app_list/app_list_view_delegate.h"
18 #include "chrome/browser/ui/app_list/app_list_controller_delegate.h"
19 #include "chrome/browser/ui/app_list/app_list_service.h"
20 #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
21 #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
22 #include "chrome/browser/ui/app_list/search/search_controller.h"
23 #include "chrome/browser/ui/app_list/start_page_service.h"
37 #include "ui/app_list/app_list_view_delegate_observer.h"
38 #include "ui/app_list/search_box_model.h"
39 #include "ui/app_list/speech_ui_model.h
    [all...]
extension_app_item.h 12 #include "chrome/browser/ui/app_list/app_context_menu_delegate.h"
14 #include "ui/app_list/app_list_item_model.h"
21 namespace app_list { namespace
31 class ExtensionAppItem : public app_list::AppListItemModel,
34 public app_list::AppContextMenuDelegate {
91 // Overridden from app_list::AppContextMenuDelegate:
104 scoped_ptr<app_list::AppContextMenu> context_menu_;
extension_app_model_builder.h 13 #include "ui/app_list/app_list_model.h"
33 public app_list::AppListItemListObserver {
36 app_list::AppListModel* model,
68 app_list::AppListItemModel* item) OVERRIDE;
101 app_list::AppListModel* model_;
  /external/chromium_org/ash/test/
app_list_controller_test_api.cc 9 #include "ui/app_list/views/app_list_main_view.h"
10 #include "ui/app_list/views/app_list_view.h"
11 #include "ui/app_list/views/apps_container_view.h"
12 #include "ui/app_list/views/apps_grid_view.h"
13 #include "ui/app_list/views/contents_view.h"
21 app_list::AppsGridView* AppListControllerTestApi::GetRootGridView() {
26 app_list::AppListView* AppListControllerTestApi::view() {
  /external/chromium_org/ui/app_list/cocoa/
apps_search_results_controller.h 12 #include "ui/app_list/app_list_export.h"
13 #include "ui/app_list/app_list_model.h"
16 namespace app_list { namespace
25 - (app_list::AppListModel*)appListModel;
26 - (void)openResult:(app_list::SearchResult*)result;
43 scoped_ptr<app_list::AppsSearchResultsModelBridge> bridge_;
48 @property(readonly, nonatomic) app_list::AppListModel::SearchResults* results;
apps_search_box_controller.h 12 #include "ui/app_list/app_list_export.h"
14 namespace app_list { namespace
28 - (app_list::AppListViewDelegate*)appListDelegate;
29 - (app_list::SearchBoxModel*)searchBoxModel;
30 - (app_list::AppListModel*)appListModel;
43 scoped_ptr<app_list::SearchBoxModelObserverBridge> bridge_;
44 scoped_ptr<app_list::AppListMenu> appListMenu_;
63 - (app_list::AppListMenu*)appListMenu;
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::AppListModelObserverBridge>
57 - (app_list::AppListViewDelegate*)delegate;
58 - (void)setDelegate:(scoped_ptr<app_list::AppListViewDelegate>)newDelegate;
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_types.h 11 namespace app_list { namespace
25 } // namespace app_list
history.h 14 #include "chrome/browser/ui/app_list/search/history_data_observer.h"
15 #include "chrome/browser/ui/app_list/search/history_types.h"
22 namespace app_list { namespace
54 friend class app_list::test::SearchHistoryTest;
67 } // namespace app_list
history_factory.h 16 namespace app_list { namespace
42 } // namespace app_list
search_provider.cc 5 #include "chrome/browser/ui/app_list/search/search_provider.h"
7 #include "chrome/browser/ui/app_list/search/chrome_search_result.h"
8 #include "ui/app_list/search_result.h"
10 namespace app_list { namespace
32 } // namespace app_list
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux.h 9 #include "chrome/browser/ui/app_list/app_list.h"
10 #include "chrome/browser/ui/app_list/app_list_positioner.h"
11 #include "ui/app_list/views/app_list_view_observer.h"
13 namespace app_list { namespace
27 public app_list::AppListViewObserver {
29 AppListLinux(app_list::AppListView* view,
53 // app_list::AppListViewObserver:
58 app_list::AppListView* view_;
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_ui.h 11 namespace app_list { namespace
26 } // namespace app_list
  /external/chromium_org/ash/wm/
app_list_controller.h 13 #include "ui/app_list/pagination_model_observer.h"
21 namespace app_list { namespace
49 public app_list::PaginationModelObserver {
70 app_list::AppListView* GetView() { return view_; }
78 app_list::ApplicationDragAndDropHost* drag_and_drop_host);
81 void SetView(app_list::AppListView* view);
119 // app_list::PaginationModelObserver overrides:
125 scoped_ptr<app_list::PaginationModel> pagination_model_;
131 app_list::AppListView* view_;
  /external/chromium_org/ash/shelf/
app_list_shelf_item_delegate.cc 16 LauncherItem app_list; local
17 app_list.type = TYPE_APP_LIST;
18 Shell::GetInstance()->shelf_model()->Add(app_list);
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache_factory.h 16 namespace app_list { namespace
43 } // namespace app_list
  /external/chromium_org/ui/app_list/
app_list_item_list_observer.h 10 namespace app_list { namespace
32 } // namespace app_list
signin_delegate.h 10 #include "ui/app_list/app_list_export.h"
12 namespace app_list { namespace
34 } // namespace app_list
speech_ui_model_observer.h 10 #include "ui/app_list/app_list_export.h"
12 namespace app_list { namespace
37 } // namespace app_list
  /external/chromium_org/ui/app_list/views/
app_list_background.h 16 namespace app_list { namespace
37 } // namespace app_list
apps_grid_view_delegate.h 11 #include "ui/app_list/app_list_export.h"
17 namespace app_list { namespace
37 } // namespace app_list
cached_label.h 16 namespace app_list { namespace
39 } // namespace app_list

Completed in 163 milliseconds

12 3 4 5 6 7 8 91011