HomeSort by relevance Sort by last modified time
    Searched full:manifest_url (Results 1 - 21 of 21) sorted by null

  /external/chromium/chrome/browser/ui/views/
appcache_info_view.cc 27 string16 manifest_url = local
28 UTF8ToUTF16(info->manifest_url.spec());
36 SetValue(row++, manifest_url);
  /external/chromium/chrome/browser/
browsing_data_appcache_helper.cc 54 const GURL& manifest_url) {
58 manifest_url));
61 GetAppCacheService()->DeleteAppCacheGroup(manifest_url, NULL);
120 void CannedBrowsingDataAppCacheHelper::AddAppCache(const GURL& manifest_url) {
124 origin_map[manifest_url.GetOrigin()];
129 if (appcache->manifest_url == manifest_url)
134 info.manifest_url = manifest_url;
browsing_data_appcache_helper_unittest.cc 57 EXPECT_EQ(manifest1, collection[manifest1.GetOrigin()].at(0).manifest_url);
62 manifest_results.insert(collection[manifest2.GetOrigin()].at(0).manifest_url);
63 manifest_results.insert(collection[manifest2.GetOrigin()].at(1).manifest_url);
89 EXPECT_EQ(manifest, collection[manifest.GetOrigin()].at(0).manifest_url);
mock_browsing_data_appcache_helper.cc 27 const GURL& manifest_url) {
mock_browsing_data_appcache_helper.h 19 virtual void DeleteAppCacheGroup(const GURL& manifest_url);
browsing_data_appcache_helper.h 26 virtual void DeleteAppCacheGroup(const GURL& manifest_url);
66 void AddAppCache(const GURL& manifest_url);
cookies_tree_model.cc 137 : CookieTreeNode(UTF8ToUTF16(appcache_info->manifest_url.spec())),
144 appcache_info_->manifest_url);
browsing_data_remover.cc 495 info->manifest_url, &appcache_deleted_callback_);
cookies_tree_model_unittest.cc 127 return node->GetDetailedInfo().appcache_info->manifest_url.spec() +
  /external/chromium/chrome/common/
web_apps.h 45 GURL manifest_url; member in struct:WebApplicationInfo
63 // All these must be of the same origin as manifest_url.
93 // web_app will have manifest_url set and nothing else. The caller must fetch
102 // valid manifest_url.
web_apps.cc 185 app_info->manifest_url = definition_url;
211 CHECK(web_app->manifest_url.is_valid());
249 if (!(app_url = web_app->manifest_url.Resolve(app_url_string)).is_valid() ||
250 app_url.GetOrigin() != web_app->manifest_url.GetOrigin()) {
274 if (!(url = web_app->manifest_url.Resolve(url_string)).is_valid() ||
275 url.GetOrigin() != web_app->manifest_url.GetOrigin()) {
299 !(icon_url = web_app->manifest_url.Resolve(
web_apps_unittest.cc 52 web_app->manifest_url = GURL("http://example.com/");
71 web_app.manifest_url = GURL("http://example.com/");
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 48 std::string GenerateKey(const GURL& manifest_url) {
51 crypto::SHA256HashString(manifest_url.spec().c_str(),
102 root->SetString(keys::kPublicKey, GenerateKey(web_app.manifest_url));
convert_web_app_unittest.cc 94 web_app.manifest_url = GURL("http://aaronboodman.com/gearpad/manifest.json");
147 web_app.manifest_url = GURL("http://aaronboodman.com/gearpad/manifest.json");
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 198 const GURL& manifest_url, bool blocked_by_policy) {
200 blocked_local_shared_objects_.appcaches()->AddAppCache(manifest_url);
203 allowed_local_shared_objects_.appcaches()->AddAppCache(manifest_url);
tab_specific_content_settings.h 117 virtual void OnAppCacheAccessed(const GURL& manifest_url,
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 580 info.manifest_url.spec().c_str());
654 const GURL& manifest_url) {
657 manifest_url.spec().c_str());
gtk_chrome_cookie_view.h 188 const GURL& manifest_url);
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.cc 150 dict->SetString(kKeyManifest, appcache_info.manifest_url.spec());
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details.mm 188 appcacheInfo->manifest_url.spec()) retain]);
cookie_details_unittest.mm 120 info.manifest_url = url;

Completed in 567 milliseconds