Searched defs:resource_infos (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc76 int host_id, std::vector<AppCacheResourceInfo>* resource_infos) {
77 sender_->Send(new AppCacheHostMsg_GetResourceList(host_id, resource_infos));
75 GetResourceList( int host_id, std::vector<AppCacheResourceInfo>* resource_infos) argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.cc142 int host_id, std::vector<AppCacheResourceInfo>* resource_infos) {
147 host->GetResourceList(resource_infos);
141 GetResourceList( int host_id, std::vector<AppCacheResourceInfo>* resource_infos) argument
H A Dappcache_host.cc311 AppCacheResourceInfoVector* resource_infos) {
313 associated_cache_->ToResourceInfoVector(resource_infos);
310 GetResourceList( AppCacheResourceInfoVector* resource_infos) argument
H A Dview_appcache_internals_job.cc226 const AppCacheResourceInfoVector& resource_infos,
236 iter = resource_infos.begin();
237 iter != resource_infos.end(); ++iter) {
223 EmitAppCacheResourceInfoVector( const GURL& base_url, const GURL& manifest_url, const AppCacheResourceInfoVector& resource_infos, int64 group_id, std::string* out) argument

Completed in 473 milliseconds