/external/chromium_org/google_apis/drive/ |
D | gdata_wapi_parser.cc | 482 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 …]
|
D | gdata_wapi_parser.h | 480 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);
|
D | drive_common_callbacks.h | 18 class ResourceList; variable 22 scoped_ptr<ResourceList> resource_list)>
|
D | gdata_wapi_parser_unittest.cc | 25 scoped_ptr<ResourceList> feed(ResourceList::ExtractAndParse(*document)); in TEST()
|
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_storage.h | 47 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()
|
D | service_worker_storage.cc | 443 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/ |
D | resource_pool.h | 70 typedef std::list<ScopedResource*> ResourceList; typedef 71 ResourceList unused_resources_; 72 ResourceList busy_resources_;
|
D | resource_pool.cc | 40 for (ResourceList::iterator it = unused_resources_.begin(); in AcquireResource() 109 ResourceList::iterator it = busy_resources_.begin(); in CheckBusyResources()
|
/external/chromium_org/chrome/browser/drive/ |
D | drive_api_util.h | 27 class ResourceList; variable 77 scoped_ptr<google_apis::ResourceList> 81 scoped_ptr<google_apis::ResourceList>
|
D | drive_api_util.cc | 232 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/ |
D | task_manager.cc | 698 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 …]
|
D | task_manager.h | 391 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/ |
D | uninstall_app_task.h | 23 class ResourceList; variable
|
D | register_app_task.h | 22 class ResourceList; variable
|
D | folder_creator.cc | 21 class ResourceList;
|
D | local_to_remote_syncer.h | 26 class ResourceList; variable
|
D | sync_engine_initializer.cc | 49 scoped_ptr<google_apis::ResourceList> resources)>
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | change_list_loader.h | 30 class ResourceList; variable
|