Home | History | Annotate | Download | only in browsing_data

Lines Matching refs:manifest_url

49     const GURL& manifest_url) {
54 manifest_url));
58 appcache_service_->DeleteAppCacheGroup(manifest_url,
107 void CannedBrowsingDataAppCacheHelper::AddAppCache(const GURL& manifest_url) {
108 if (!BrowsingDataHelper::HasWebScheme(manifest_url))
113 origin_map[manifest_url.GetOrigin()];
118 if (appcache->manifest_url == manifest_url)
123 info.manifest_url = manifest_url;