Searched defs:install_parameter (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_info.cc13 const std::string& install_parameter,
26 install_parameter_(install_parameter),
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 Dpending_extension_info.h31 const std::string& install_parameter,
53 const std::string& install_parameter() const { return install_parameter_; } function in class:extensions::PendingExtensionInfo
H A Dpending_extension_manager.cc169 const std::string& install_parameter,
198 install_parameter,
260 const std::string& install_parameter,
273 install_parameter,
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 Dexternal_provider_impl.cc62 const char ExternalProviderImpl::kInstallParam[] = "install_parameter";
240 std::string install_parameter; local
241 extension->GetString(kInstallParam, &install_parameter);
295 install_parameter,
H A Dextension_service.cc178 const std::string& install_parameter,
207 install_parameter,
1579 std::string install_parameter; local
1604 install_parameter = pending_extension_info->install_parameter();
1672 install_parameter);
1692 install_parameter);
1702 install_parameter);
1710 install_parameter);
1724 const std::string& install_parameter) {
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
1719 AddNewOrUpdatedExtension( const Extension* extension, Extension::State initial_state, int install_flags, const syncer::StringOrdinal& page_ordinal, const std::string& install_parameter) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_api.cc37 const std::string& install_parameter) {
38 ReplaceSubstringsAfterOffset(&str, 0, "__PARAM__", install_parameter);
64 const std::string& install_parameter) {
79 install_parameter));
82 SubstituteInstallParam(*search_provider.suggest_url, install_parameter);
86 SubstituteInstallParam(*search_provider.instant_url, install_parameter);
90 SubstituteInstallParam(*search_provider.image_url, install_parameter);
102 install_parameter));
117 search_provider.alternate_urls->at(i), install_parameter));
168 std::string install_parameter local
36 SubstituteInstallParam(std::string str, const std::string& install_parameter) argument
61 ConvertSearchProvider( PrefService* prefs, const ChromeSettingsOverrides::Search_provider& search_provider, const std::string& install_parameter) argument
273 std::string install_parameter = prefs->GetInstallParam(extension->id()); local
[all...]
/external/chromium_org/extensions/browser/
H A Dextension_prefs.h187 const std::string& install_parameter);
192 const std::string& install_parameter) {
197 install_parameter);
452 const std::string& install_parameter);
553 const std::string& install_parameter);
677 const std::string& install_parameter,
189 OnExtensionInstalled(const Extension* extension, Extension::State initial_state, const syncer::StringOrdinal& page_ordinal, const std::string& install_parameter) argument
H A Dextension_prefs.cc189 const char kPrefInstallParam[] = "install_parameter";
1228 const std::string& install_parameter) {
1236 install_parameter,
1440 const std::string& install_parameter) {
1446 install_parameter,
1855 std::string install_parameter;
1856 if (!extension->GetString(kPrefInstallParam, &install_parameter))
1858 return install_parameter;
1862 const std::string& install_parameter) {
1865 new base::StringValue(install_parameter));
1223 OnExtensionInstalled( const Extension* extension, Extension::State initial_state, const syncer::StringOrdinal& page_ordinal, int install_flags, const std::string& install_parameter) argument
1434 SetDelayedInstallInfo( const Extension* extension, Extension::State initial_state, int install_flags, DelayReason delay_reason, const syncer::StringOrdinal& page_ordinal, const std::string& install_parameter) argument
1861 SetInstallParam(const std::string& extension_id, const std::string& install_parameter) argument
2017 PopulateExtensionInfoPrefs( const Extension* extension, const base::Time install_time, Extension::State initial_state, int install_flags, const std::string& install_parameter, base::DictionaryValue* extension_dict) argument
[all...]

Completed in 3230 milliseconds