Home
last modified time | relevance | path

Searched refs:ResourceList (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/google_apis/drive/
Dgdata_wapi_parser.cc482 ResourceList::ResourceList() in ResourceList() function in google_apis::ResourceList
488 ResourceList::~ResourceList() { in ~ResourceList()
492 void ResourceList::RegisterJSONConverter( in RegisterJSONConverter()
493 base::JSONValueConverter<ResourceList>* converter) { in RegisterJSONConverter()
499 kStartIndexField, &ResourceList::start_index_, &base::StringToInt); in RegisterJSONConverter()
501 kItemsPerPageField, &ResourceList::items_per_page_, &base::StringToInt); in RegisterJSONConverter()
502 converter->RegisterStringField(kTitleTField, &ResourceList::title_); in RegisterJSONConverter()
503 converter->RegisterRepeatedMessage(kEntryField, &ResourceList::entries_); in RegisterJSONConverter()
505 kLargestChangestampField, &ResourceList::largest_changestamp_, in RegisterJSONConverter()
509 bool ResourceList::Parse(const base::Value& value) { in Parse()
[all …]
Dgdata_wapi_parser.h480 friend class ResourceList; variable
517 class ResourceList : public CommonMetadata {
519 ResourceList();
520 virtual ~ResourceList();
531 static scoped_ptr<ResourceList> ExtractAndParse(const base::Value& value);
538 static scoped_ptr<ResourceList> CreateFrom(const base::Value& value);
543 base::JSONValueConverter<ResourceList>* converter);
597 DISALLOW_COPY_AND_ASSIGN(ResourceList);
Ddrive_common_callbacks.h18 class ResourceList; variable
22 scoped_ptr<ResourceList> resource_list)>
Dgdata_wapi_parser_unittest.cc25 scoped_ptr<ResourceList> feed(ResourceList::ExtractAndParse(*document)); in TEST()
/external/chromium_org/content/browser/service_worker/
Dservice_worker_storage.h47 typedef std::vector<ServiceWorkerDatabase::ResourceRecord> ResourceList; in NON_EXPORTED_BASE() typedef
161 void PurgeResources(const ResourceList& resources); in NON_EXPORTED_BASE()
217 const ResourceList& resources, in NON_EXPORTED_BASE()
242 const ResourceList& resources, in NON_EXPORTED_BASE()
248 const ResourceList& resources, in NON_EXPORTED_BASE()
253 const ResourceList& resources, in NON_EXPORTED_BASE()
276 const ResourceList& resources); in NON_EXPORTED_BASE()
280 const ResourceList& resources); in NON_EXPORTED_BASE()
293 void StartPurgingResources(const ResourceList& resources); in NON_EXPORTED_BASE()
324 const ResourceList& resources, in NON_EXPORTED_BASE()
Dservice_worker_storage.cc443 ResourceList resources; in StoreRegistration()
636 ResourceList resources; in NotifyDoneInstallingRegistration()
674 void ServiceWorkerStorage::PurgeResources(const ResourceList& resources) { in PurgeResources()
773 const ResourceList& resources, in DidFindRegistrationForDocument()
814 const ResourceList& resources, in DidFindRegistrationForPattern()
838 const ResourceList& resources, in DidFindRegistrationForId()
860 const ResourceList& resources) { in ReturnFoundRegistration()
986 const ResourceList& resources) { in GetOrCreateRegistration()
1105 const ResourceList& resources) { in StartPurgingResources()
1271 const ResourceList& resources, in WriteRegistrationInDB()
[all …]
/external/chromium_org/cc/resources/
Dresource_pool.h70 typedef std::list<ScopedResource*> ResourceList; typedef
71 ResourceList unused_resources_;
72 ResourceList busy_resources_;
Dresource_pool.cc40 for (ResourceList::iterator it = unused_resources_.begin(); in AcquireResource()
109 ResourceList::iterator it = busy_resources_.begin(); in CheckBusyResources()
/external/chromium_org/chrome/browser/drive/
Ddrive_api_util.h27 class ResourceList; variable
77 scoped_ptr<google_apis::ResourceList>
81 scoped_ptr<google_apis::ResourceList>
Ddrive_api_util.cc232 scoped_ptr<google_apis::ResourceList>
234 scoped_ptr<google_apis::ResourceList> feed(new google_apis::ResourceList); in ConvertFileListToResourceList()
254 scoped_ptr<google_apis::ResourceList>
256 scoped_ptr<google_apis::ResourceList> feed(new google_apis::ResourceList); in ConvertChangeListToResourceList()
/external/chromium_org/chrome/browser/task_manager/
Dtask_manager.cc698 const ResourceList& group = iter->second; in IsResourceFirstInGroup()
706 const ResourceList& group = iter->second; in IsResourceLastInGroup()
727 const ResourceList& group = group_iter->second; in GetGroupRangeForResource()
921 group_map_.insert(make_pair(process, ResourceList(1, resource))); in AddResource()
927 ResourceList* group_entries = &(group_iter->second); in AddResource()
931 ResourceList::iterator iter = in AddResource()
966 ResourceList& group_entries = group_iter->second; in RemoveResource()
969 ResourceList::iterator iter = std::find(group_entries.begin(), in RemoveResource()
1137 for (ResourceList::iterator iter = resources_.begin(); in Refresh()
1188 for (ResourceList::iterator iter = resources_.begin(); in Refresh()
[all …]
Dtask_manager.h391 typedef std::vector<task_manager::Resource*> ResourceList;
394 typedef std::map<base::ProcessHandle, ResourceList> GroupMap;
492 ResourceList resources_;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
Duninstall_app_task.h23 class ResourceList; variable
Dregister_app_task.h22 class ResourceList; variable
Dfolder_creator.cc21 class ResourceList;
Dlocal_to_remote_syncer.h26 class ResourceList; variable
Dsync_engine_initializer.cc49 scoped_ptr<google_apis::ResourceList> resources)>
/external/chromium_org/chrome/browser/chromeos/drive/
Dchange_list_loader.h30 class ResourceList; variable