HomeSort by relevance Sort by last modified time
    Searched defs:ResourceList (Results 1 - 7 of 7) 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 480 // ResourceList implementation
482 ResourceList::ResourceList()
488 ResourceList::~ResourceList() {
492 void ResourceList::RegisterJSONConverter(
493 base::JSONValueConverter<ResourceList>* converter) {
499 kStartIndexField, &ResourceList::start_index_, &base::StringToInt);
501 kItemsPerPageField, &ResourceList::items_per_page_, &base::StringToInt);
502 converter->RegisterStringField(kTitleTField, &ResourceList::title_)
    [all...]
gdata_wapi_parser.h 480 friend class ResourceList;
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);
  /external/chromium_org/content/browser/service_worker/
service_worker_storage.h 47 typedef std::vector<ServiceWorkerDatabase::ResourceRecord> ResourceList;
161 void PurgeResources(const ResourceList& resources);
217 const ResourceList& resources,
242 const ResourceList& resources,
248 const ResourceList& resources,
253 const ResourceList& resources,
276 const ResourceList& resources);
280 const ResourceList& resources);
293 void StartPurgingResources(const ResourceList& resources);
324 const ResourceList& resources
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager.h 391 typedef std::vector<task_manager::Resource*> ResourceList;
394 typedef std::map<base::ProcessHandle, ResourceList> GroupMap;
492 ResourceList resources_;
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 249 milliseconds