HomeSort by relevance Sort by last modified time
    Searched refs:AppList (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/launcher/
multi_profile_browser_status_monitor.h 25 typedef std::vector<Browser*> AppList;
26 AppList app_list_;
multi_profile_browser_status_monitor.cc 34 for (AppList::iterator it = app_list_.begin(); it != app_list_.end(); ++it) {
116 AppList::iterator it = std::find(app_list_.begin(), app_list_.end(), browser);
  /external/chromium_org/google_apis/drive/
drive_common_callbacks.h 16 class AppList;
39 // Callback used for getting AppList.
41 scoped_ptr<AppList> app_list)> AppListCallback;
drive_api_parser.cc 128 const char kAppListKind[] = "drive#appList";
354 // AppList implementation
356 AppList::AppList() {}
358 AppList::~AppList() {}
361 void AppList::RegisterJSONConverter(
362 base::JSONValueConverter<AppList>* converter) {
363 converter->RegisterStringField(kETag, &AppList::etag_);
365 &AppList::items_)
    [all...]
drive_api_parser.h 255 friend class AppList;
277 // AppList represents a list of Drive Applications.
279 class AppList {
281 AppList();
282 ~AppList();
287 base::JSONValueConverter<AppList>* converter);
290 static scoped_ptr<AppList> CreateFrom(const base::Value& value);
316 DISALLOW_COPY_AND_ASSIGN(AppList);
drive_api_parser_unittest.cc 36 "drive/applist.json");
40 scoped_ptr<AppList> applist(new AppList);
41 EXPECT_TRUE(applist->Parse(*document));
44 applist->etag());
45 ASSERT_EQ(2U, applist->items().size());
47 const AppResource& app1 = *applist->items()[0];
83 const AppResource& app2 = *applist->items()[1];
drive_api_requests.cc 440 : DriveApiDataRequest<AppList>(sender, callback),
drive_api_requests.h 603 // This class performs the request for fetching AppList.
606 class AppsListRequest : public DriveApiDataRequest<AppList> {
    [all...]
drive_api_requests_unittest.cc 599 "drive/applist.json");
602 scoped_ptr<AppList> app_list;
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_app_registry.h 21 class AppList;
101 void UpdateFromAppList(const google_apis::AppList& app_list);
110 scoped_ptr<google_apis::AppList> app_list);
drive_app_registry_unittest.cc 47 fake_drive_service_->LoadAppListForDriveApi("drive/applist.json");
123 google_apis::test_util::LoadJSONFile("drive/applist.json");
124 scoped_ptr<google_apis::AppList> app_list(
125 google_apis::AppList::CreateFrom(*app_info_value));
131 // Confirm that something was loaded from applist.json.
drive_app_registry.cc 139 scoped_ptr<google_apis::AppList> app_list) {
153 void DriveAppRegistry::UpdateFromAppList(const google_apis::AppList& app_list) {
fake_drive_service.cc 31 using google_apis::AppList;
589 scoped_ptr<AppList> null;
599 scoped_ptr<AppList> app_list(AppList::CreateFrom(*app_info_value_));
    [all...]
fake_drive_service_unittest.cc 24 using google_apis::AppList;
736 "drive/applist.json"));
739 scoped_ptr<AppList> app_list;
752 "drive/applist.json"));
756 scoped_ptr<AppList> app_list;
    [all...]
drive_api_service.cc 26 using google_apis::AppList;
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 308 scoped_ptr<google_apis::AppList> app_list);
job_scheduler.cc     [all...]
job_scheduler_unittest.cc 143 fake_drive_service_->LoadAppListForDriveApi("drive/applist.json");
209 scoped_ptr<google_apis::AppList> app_list;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc 196 google_apis::AppList app_list;
681 google_apis::AppList app_list;
734 google_apis::AppList app_list;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 282 scoped_ptr<google_apis::AppList> app_list);
337 scoped_ptr<google_apis::AppList> parsed_app_list) {
    [all...]

Completed in 400 milliseconds