Searched defs:update_url (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dexternal_policy_loader.cc29 const std::string& update_url) {
32 update_url);
27 AddExtension(base::DictionaryValue* dict, const std::string& extension_id, const std::string& update_url) argument
H A Dpending_extension_info.cc14 const GURL& update_url,
24 update_url_(update_url),
11 PendingExtensionInfo( const std::string& id, const std::string& install_parameter, const GURL& update_url, const Version& version, ShouldAllowInstallPredicate should_allow_install, bool is_from_sync, bool install_silently, Manifest::Location install_source, int creation_flags, bool mark_acknowledged, bool remote_install) argument
H A Dextension_sync_data.h66 const GURL& update_url() const { return update_url_; } function in class:extensions::ExtensionSyncData
H A Dpending_extension_info.h32 const GURL& update_url,
51 const GURL& update_url() const { return update_url_; } function in class:extensions::PendingExtensionInfo
H A Dextension_management.h64 // by an ID, a group of extensions with specific |update_url| or all
74 // applicable to single extension), and in this case the |update_url| must
76 // Note that |update_url| will be ignored for INSTALLATION_ALLOWED and
81 std::string update_url; member in struct:extensions::ExtensionManagement::IndividualSettings
H A Dpolicy_handlers.cc155 // <extension_id>;<update_url>
168 std::string update_url = entry_string.substr(pos+1); local
170 !GURL(update_url).is_valid()) {
181 extension_dict, extension_id, update_url);
H A Dextension_management_test_util.cc72 const std::string& update_url,
77 pref_->SetString(make_path(id, schema::kUpdateUrl), update_url); local
70 SetIndividualExtensionAutoInstalled( const ExtensionId& id, const std::string& update_url, bool forced) argument
H A Dpending_extension_manager.cc91 const GURL& update_url,
124 update_url,
137 const GURL& update_url,
156 update_url,
170 const GURL& update_url,
199 update_url,
261 const GURL& update_url,
274 update_url,
89 AddFromSync( const std::string& id, const GURL& update_url, PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install, bool install_silently, bool remote_install, bool installed_by_custodian) argument
135 AddFromExtensionImport( const std::string& id, const GURL& update_url, PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install) argument
167 AddFromExternalUpdateUrl( const std::string& id, const std::string& install_parameter, const GURL& update_url, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument
258 AddExtensionImpl( const std::string& id, const std::string& install_parameter, const GURL& update_url, const Version& version, PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install, bool is_from_sync, bool install_silently, Manifest::Location install_source, int creation_flags, bool mark_acknowledged, bool remote_install) argument
H A Dextension_assets_manager_chromeos.cc261 GURL update_url = ManifestURL::GetUpdateURL(extension); local
262 if (!update_url.is_empty() &&
263 !extension_urls::IsWebstoreUpdateUrl(update_url)) {
H A Dextension_management.cc75 std::string update_url; local
77 &update_url) &&
78 GURL(update_url).is_valid()) {
79 settings->update_url = update_url;
101 update_url.clear();
165 forcelist.get(), it->first, it->second.update_url);
288 std::string update_url; local
296 ExternalProviderImpl::kExternalUpdateUrl, &update_url)) {
299 by_id->update_url
[all...]
H A Dinstalled_loader.cc519 std::string update_url; local
520 if (info->extension_manifest->GetString("update_url", &update_url) &&
521 extension_urls::IsWebstoreUpdateUrl(GURL(update_url))) {
H A Dextension_service.cc179 const GURL& update_url,
208 update_url,
538 pending_extension_info->update_url()))) {
176 OnExternalExtensionUpdateUrlFound( const std::string& id, const std::string& install_parameter, const GURL& update_url, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument
/external/chromium_org/chrome/common/extensions/
H A Dsync_type_unittest.cc31 const GURL& update_url,
46 if (!update_url.is_empty()) {
47 source.SetString(keys::kUpdateURL, update_url.spec());
83 const GURL& update_url,
89 type, update_url, launch_url, location, extension_path,
154 USER_SCRIPT, GURL("http://third-party.update_url.com"), GURL(),
29 MakeSyncTestExtensionWithPluginPermission( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags, int num_plugins, bool has_plugin_permission, const std::string& expected_error) argument
81 MakeSyncTestExtension( SyncTestExtensionType type, const GURL& update_url, const GURL& launch_url, Manifest::Location location, const base::FilePath& extension_path, int creation_flags) argument
/external/chromium_org/extensions/common/
H A Dextension_urls.cc75 bool IsWebstoreUpdateUrl(const GURL& update_url) { argument
77 if (update_url == store_url) {
80 return (update_url.host() == store_url.host() &&
81 update_url.path() == store_url.path());
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dfake_cws.cc103 GURL update_url = web_store_url_.Resolve("/update_check.xml"); local
105 ::switches::kAppsGalleryUpdateURL, update_url.spec());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dapp_pack_updater.cc147 std::string update_url; local
149 dict->GetString(chromeos::kAppPackKeyUpdateUrl, &update_url)) {
152 update_url);
/external/chromium_org/extensions/browser/updater/
H A Dmanifest_fetch_data.cc26 ManifestFetchData::ManifestFetchData(const GURL& update_url, argument
31 : base_url_(update_url),
32 full_url_(update_url),
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dexternal_cache.cc247 GURL update_url; local
249 update_url = GURL(external_update_url);
251 update_url = extension_urls::GetWebstoreUpdateUrl();
253 if (update_url.is_valid())
254 downloader_->AddPendingExtension(it.key(), update_url, 0);
322 std::string update_url; local
324 &update_url) &&
325 extension_urls::IsWebstoreUpdateUrl(GURL(update_url))) {
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_browsertest.cc51 const char* update_url) {
52 return base::StringPrintf("%s;%s", extension_id, update_url);
50 BuildForceInstallPolicyValue(const char* extension_id, const char* update_url) argument
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service.cc203 GURL update_url(theme_specifics.custom_theme_update_url());
204 DVLOG(1) << "Applying theme " << id << " with update_url " << update_url; local
235 update_url,
H A Dtheme_syncable_service_unittest.cc127 const string& update_url) {
131 source.SetString(extensions::manifest_keys::kUpdateURL, update_url);
123 MakeThemeExtension( const base::FilePath& extension_path, const string& name, extensions::Manifest::Location location, const string& update_url) argument
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.cc264 void RuntimeAPI::OpenURL(const GURL& update_url) { argument
265 delegate_->OpenURL(update_url);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc637 GURL update_url = UpdateUrl(); local
639 url_fetcher_id_++, update_url, net::URLFetcher::POST, this));
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.cc227 const GURL& update_url,
238 update_url,
303 GURL update_url(extension_update_url);
305 if (!update_url.is_empty() && !update_url.is_valid()) {
307 << update_url; local
312 if (extension_urls::IsWebstoreUpdateUrl(update_url) &&
313 !update_url.SchemeIsSecure())
314 update_url = extension_urls::GetWebstoreUpdateUrl();
322 if (update_url
226 AddPendingExtension(const std::string& id, const GURL& update_url, int request_id) argument
950 CreateManifestFetchData( const GURL& update_url, int request_id) argument
[all...]
H A Dextension_updater_unittest.cc318 // version are all based on their index. If |update_url| is non-null, it
319 // will be used as the update_url for each extension.
323 const std::string* update_url,
331 if (update_url)
332 manifest.SetString(manifest_keys::kUpdateURL, *update_url);
407 const GURL& update_url,
422 update_url,
644 // Create an extension with an update_url.
646 std::string update_url("http://foo.com/bar");
652 SetupPendingExtensionManagerForTest(1, GURL(update_url),
322 CreateTestExtensions(int id, int count, ExtensionList *list, const std::string* update_url, Manifest::Location location) argument
405 SetupPendingExtensionManagerForTest( int count, const GURL& update_url, PendingExtensionManager* pending_extension_manager) argument
774 const std::string& update_url = fetcher->GetOriginalURL().spec(); local
1740 CreateManifestFetchData(const GURL& update_url) argument
[all...]

Completed in 5602 milliseconds