HomeSort by relevance Sort by last modified time
    Searched refs:explicit_urls (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/appcache/
appcache_manifest_parser.h 50 base::hash_set<std::string> explicit_urls; member in struct:content::AppCacheManifest
appcache_manifest_parser_unittest.cc 73 EXPECT_TRUE(manifest.explicit_urls.empty());
105 base::hash_set<std::string> urls = manifest.explicit_urls;
124 urls = manifest.explicit_urls;
157 EXPECT_TRUE(manifest.explicit_urls.empty());
204 EXPECT_TRUE(manifest.explicit_urls.empty());
255 EXPECT_TRUE(manifest.explicit_urls.empty());
299 EXPECT_TRUE(manifest.explicit_urls.empty());
327 EXPECT_TRUE(manifest.explicit_urls.empty());
359 base::hash_set<std::string> urls = manifest.explicit_urls;
404 base::hash_set<std::string> urls = manifest.explicit_urls;
    [all...]
appcache_manifest_parser.cc 94 DCHECK(manifest.explicit_urls.empty());
218 manifest.explicit_urls.insert(url.spec());
appcache_unittest.cc 112 manifest.explicit_urls.insert("http://one.com");
113 manifest.explicit_urls.insert("http://two.com");
appcache_update_job.cc     [all...]

Completed in 1353 milliseconds