Searched refs:kUpdateUrl (Results 1 – 7 of 7) sorted by relevance
55 pref_->Remove(make_path(it.key(), schema::kUpdateUrl), NULL); in ClearInstallationModesForIndividualExtensions()67 pref_->Remove(make_path(id, schema::kUpdateUrl), NULL); in SetIndividualExtensionInstallationAllowed()77 pref_->SetString(make_path(id, schema::kUpdateUrl), update_url); in SetIndividualExtensionAutoInstalled()
23 extern const char kUpdateUrl[];
20 const char kUpdateUrl[] = "update_url"; variable
221 const GURL& kUpdateUrl = GURL::EmptyGURL(); in AddFromExternalFile() local228 kUpdateUrl, in AddFromExternalFile()
76 if (dict->GetStringWithoutPathExpansion(schema_constants::kUpdateUrl, in ParseIndividualSettings()
6597 GURL kUpdateUrl("http://example.com/update"); in TEST_F() local6601 kUpdateUrl, in TEST_F()
891 GURL kUpdateUrl("http://localhost/manifest1"); in TestMultipleManifestDownloading() local893 scoped_ptr<ManifestFetchData> fetch1(CreateManifestFetchData(kUpdateUrl)); in TestMultipleManifestDownloading()894 scoped_ptr<ManifestFetchData> fetch2(CreateManifestFetchData(kUpdateUrl)); in TestMultipleManifestDownloading()895 scoped_ptr<ManifestFetchData> fetch3(CreateManifestFetchData(kUpdateUrl)); in TestMultipleManifestDownloading()896 scoped_ptr<ManifestFetchData> fetch4(CreateManifestFetchData(kUpdateUrl)); in TestMultipleManifestDownloading()931 fetcher->set_url(kUpdateUrl); in TestMultipleManifestDownloading()946 fetcher->set_url(kUpdateUrl); in TestMultipleManifestDownloading()975 fetcher->set_url(kUpdateUrl); in TestMultipleManifestDownloading()1000 fetcher->set_url(kUpdateUrl); in TestMultipleManifestDownloading()1031 GURL kUpdateUrl("http://localhost/manifest1"); in TestManifestRetryDownloading() local[all …]