HomeSort by relevance Sort by last modified time
    Searched defs:ResourceList (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/cc/resources/
resource_pool.h 70 typedef std::list<ScopedResource*> ResourceList;
71 ResourceList unused_resources_;
72 ResourceList busy_resources_;
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc 584 // ResourceList implementation
586 ResourceList::ResourceList()
592 ResourceList::~ResourceList() {
596 void ResourceList::RegisterJSONConverter(
597 base::JSONValueConverter<ResourceList>* converter) {
603 kStartIndexField, &ResourceList::start_index_, &base::StringToInt);
605 kItemsPerPageField, &ResourceList::items_per_page_, &base::StringToInt);
606 converter->RegisterStringField(kTitleTField, &ResourceList::title_)
    [all...]
gdata_wapi_parser.h 521 friend class ResourceList;
560 class ResourceList : public CommonMetadata {
562 ResourceList();
563 virtual ~ResourceList();
574 static scoped_ptr<ResourceList> ExtractAndParse(const base::Value& value);
581 static scoped_ptr<ResourceList> CreateFrom(const base::Value& value);
586 base::JSONValueConverter<ResourceList>* converter);
640 DISALLOW_COPY_AND_ASSIGN(ResourceList);
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.h 46 typedef std::vector<ServiceWorkerDatabase::ResourceRecord> ResourceList;
164 const ResourceList& resources,
179 const ResourceList& resources,
185 const ResourceList& resources,
190 const ResourceList& resources,
213 const ResourceList& resources);
226 void StartPurgingResources(const ResourceList& resources);
246 const ResourceList& resources,
  /external/chromium_org/chrome/browser/task_manager/
task_manager.h 406 typedef std::vector<task_manager::Resource*> ResourceList;
409 typedef std::map<base::ProcessHandle, ResourceList> GroupMap;
504 ResourceList resources_;
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 159 milliseconds