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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/athena/home/public/
app_model_builder.h 10 namespace app_list { namespace
12 } // namespace app_list
17 // TODO(mukai): integrate the interface with chrome/browser/ui/app_list/
23 // Fills |model| with the currently available app_list::AppListItems.
24 virtual void PopulateApps(app_list::AppListModel* model) = 0;
home_card.h 10 namespace app_list { namespace
30 app_list::SearchProvider* search_provider) = 0;
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_shower_delegate.h 8 namespace app_list { namespace
20 virtual void MoveNearCursor(app_list::AppListView* view) = 0;
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);
39 static scoped_ptr<app_list::AppListItem> UnpickleAppListItem(
41 static bool PickleAppListItem(Pickle* pickle, app_list::AppListItem* item);
42 static void CopyOverItem(app_list::AppListItem* src_item,
43 app_list::AppListItem* dest_item);
app_context_menu_delegate.h 8 namespace app_list { namespace
19 } // namespace app_list
recommended_apps_observer.h 8 namespace app_list { namespace
20 } // namespace app_list
  /external/chromium_org/chrome/browser/ui/app_list/test/
chrome_app_list_test_support.h 8 namespace app_list { namespace
17 app_list::AppListModel* GetAppListModel(AppListService* service);
chrome_app_list_test_support.cc 5 #include "chrome/browser/ui/app_list/test/chrome_app_list_test_support.h"
7 #include "chrome/browser/ui/app_list/app_list_service.h"
8 #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
9 #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
13 app_list::AppListModel* GetAppListModel(AppListService* service) {
14 return app_list::AppListSyncableServiceFactory::GetForProfile(
  /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/ui/app_list/
app_list_view_delegate.cc 5 #include "ui/app_list/app_list_view_delegate.h"
7 namespace app_list { namespace
14 } // 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_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/ash/shell/
example_factory.h 8 namespace app_list { namespace
26 app_list::AppListViewDelegate* CreateAppListViewDelegate();
  /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
  /external/chromium_org/ash/test/
app_list_controller_test_api.h 10 namespace app_list { namespace
27 app_list::AppsGridView* GetRootGridView();
29 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/athena/home/
app_list_view_delegate.h 10 #include "ui/app_list/app_list_view_delegate.h"
12 namespace app_list { namespace
19 class AppListViewDelegate : public app_list::AppListViewDelegate {
24 void RegisterSearchProvider(app_list::SearchProvider* search_provider);
29 // Overridden from app_list::AppListViewDelegate:
32 virtual app_list::AppListModel* GetModel() OVERRIDE;
33 virtual app_list::SpeechUIModel* GetSpeechUI() OVERRIDE;
39 virtual void OpenSearchResult(app_list::SearchResult* result,
42 virtual void InvokeSearchResultAction(app_list::SearchResult* result,
62 scoped_ptr<app_list::AppListModel> model_
    [all...]
  /external/chromium_org/athena/test/
test_app_model_builder.h 19 virtual void PopulateApps(app_list::AppListModel* model) OVERRIDE;
  /external/chromium_org/ui/app_list/cocoa/
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::AppListItem*)itemModel;
40 - (app_list::AppListItem*)model;

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011>>