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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/app_list/search/
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
53 friend class app_list::test::SearchHistoryTest;
66 } // namespace app_list
chrome_search_result.h 11 #include "ui/app_list/search_result.h"
13 namespace app_list { namespace
53 } // namespace app_list
history_factory.h 16 namespace app_list { namespace
42 } // namespace app_list
  /external/chromium_org/ui/app_list/demo/
app_list_demo_views.cc 12 #include "ui/app_list/test/app_list_test_model.h"
13 #include "ui/app_list/test/app_list_test_view_delegate.h"
14 #include "ui/app_list/views/app_list_view.h"
33 class DemoAppListViewDelegate : public app_list::test::AppListTestViewDelegate {
39 app_list::AppListView* InitView(gfx::NativeView window_context);
47 app_list::AppListView* view_; // Weak. Owns this.
54 app_list::AppListView* DemoAppListViewDelegate::InitView(
57 view_ = new app_list::AppListView(this);
66 app_list::AppListItemList* item_list = GetTestModel()->top_level_item_list();
70 app_list::AppListItem* item = item_list->item_at(i)
    [all...]
  /external/chromium_org/athena/content/public/
content_app_model_builder.h 22 virtual void PopulateApps(app_list::AppListModel* model) OVERRIDE;
  /external/chromium_org/athena/main/
url_search_provider.h 8 #include "ui/app_list/search_provider.h"
17 class UrlSearchProvider : public app_list::SearchProvider {
22 // Overridden from app_list::SearchProvider
  /external/chromium_org/athena/test/
test_app_model_builder.cc 7 #include "ui/app_list/app_list_item.h"
8 #include "ui/app_list/app_list_model.h"
16 class DummyItem : public app_list::AppListItem {
51 : app_list::AppListItem(GetId(type)),
100 void TestAppModelBuilder::PopulateApps(app_list::AppListModel* model) {
102 model->AddItem(scoped_ptr<app_list::AppListItem>(
  /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/chrome/browser/ui/app_list/search/webstore/
webstore_installer.cc 5 #include "chrome/browser/ui/app_list/search/webstore/webstore_installer.h"
7 namespace app_list { namespace
23 } // namespace app_list
webstore_installer.h 12 namespace app_list { namespace
31 } // namespace app_list
  /external/chromium_org/chrome/browser/ui/app_list/
start_page_service_factory.h 13 namespace app_list { namespace
38 } // namespace app_list
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_service_linux.cc 5 #include "chrome/browser/ui/views/app_list/linux/app_list_service_linux.h"
11 #include "chrome/browser/ui/app_list/app_list_controller_delegate.h"
12 #include "chrome/browser/ui/app_list/app_list_controller_delegate_views.h"
13 #include "chrome/browser/ui/app_list/app_list_shower_views.h"
14 #include "chrome/browser/ui/app_list/app_list_view_delegate.h"
15 #include "chrome/browser/ui/app_list/scoped_keep_alive.h"
16 #include "chrome/browser/ui/ash/app_list/app_list_service_ash.h"
17 #include "chrome/browser/ui/views/app_list/linux/app_list_linux.h"
21 #include "ui/app_list/app_list_constants.h"
22 #include "ui/app_list/views/app_list_view.h
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
activation_tracker_win.cc 5 #include "chrome/browser/ui/views/app_list/win/activation_tracker_win.h"
8 #include "chrome/browser/ui/app_list/app_list_shower_views.h"
9 #include "chrome/browser/ui/views/app_list/win/app_list_service_win.h"
10 #include "ui/app_list/views/app_list_view.h"
24 service_->shower().app_list()->AddObserver(this);
28 DCHECK(service_->shower().app_list());
29 service_->shower().app_list()->RemoveObserver(this);
95 HWND app_list_hwnd = service_->shower().app_list()->GetHWND();
activation_tracker_win.h 10 #include "ui/app_list/views/app_list_view_observer.h"
15 class ActivationTrackerWin : public app_list::AppListViewObserver {
20 // app_list::AppListViewObserver:
  /external/chromium_org/ui/app_list/
app_list_item_list_observer.h 9 #include "ui/app_list/app_list_export.h"
11 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
42 } // 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
folder_header_view_delegate.h 14 namespace app_list { namespace
37 } // namespace app_list
progress_bar_view.h 16 namespace app_list { namespace
35 } // namespace app_list
pulsing_block_view.h 17 namespace app_list { namespace
38 } // namespace app_list
  /external/chromium_org/ui/app_list/views/test/
apps_grid_view_test_api.h 14 namespace app_list { namespace
44 } // namespace app_list
  /external/chromium_org/ui/app_list/cocoa/
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 app_list::AppListViewDelegate* delegate_; // Weak. Owned by view controller.
33 scoped_ptr<app_list::AppsGridDelegateBridge> bridge_;
66 - (app_list::AppListModel*)model;
68 - (void)setDelegate:(app_list::AppListViewDelegate*)newDelegate;
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_list_helper.h 17 namespace app_list { namespace
66 app_list::AppListItem* item,

Completed in 715 milliseconds

1 23 4 5 6 7 8 91011>>