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.cc162 const std::string& install_parameter,
191 install_parameter,
253 const std::string& install_parameter,
266 install_parameter,
160 AddFromExternalUpdateUrl( const std::string& id, const std::string& install_parameter, const GURL& update_url, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument
251 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.cc58 const char ExternalProviderImpl::kInstallParam[] = "install_parameter";
230 std::string install_parameter; local
231 extension->GetString(kInstallParam, &install_parameter);
285 install_parameter,
H A Dextension_service.cc200 const std::string& install_parameter,
229 install_parameter,
1722 std::string install_parameter; local
1746 install_parameter = pending_extension_info->install_parameter();
1813 install_parameter);
1833 install_parameter);
1843 install_parameter);
1851 install_parameter);
1860 const std::string& install_parameter) {
198 OnExternalExtensionUpdateUrlFound( const std::string& id, const std::string& install_parameter, const GURL& update_url, Manifest::Location location, int creation_flags, bool mark_acknowledged) argument
1855 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.cc36 const std::string& install_parameter) {
37 ReplaceSubstringsAfterOffset(&str, 0, "__PARAM__", install_parameter);
63 const std::string& install_parameter) {
78 install_parameter));
81 SubstituteInstallParam(*search_provider.suggest_url, install_parameter);
85 SubstituteInstallParam(*search_provider.instant_url, install_parameter);
89 SubstituteInstallParam(*search_provider.image_url, install_parameter);
101 install_parameter));
116 search_provider.alternate_urls->at(i), install_parameter));
167 std::string install_parameter local
35 SubstituteInstallParam(std::string str, const std::string& install_parameter) argument
60 ConvertSearchProvider( PrefService* prefs, const ChromeSettingsOverrides::Search_provider& search_provider, const std::string& install_parameter) argument
269 std::string install_parameter = prefs->GetInstallParam(extension->id()); local
[all...]
/external/chromium_org/extensions/browser/
H A Dextension_prefs.h194 const std::string& install_parameter);
199 const std::string& install_parameter) {
204 install_parameter);
464 const std::string& install_parameter);
569 const std::string& install_parameter);
688 const std::string& install_parameter,
196 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";
1239 const std::string& install_parameter) {
1247 install_parameter,
1452 const std::string& install_parameter) {
1458 install_parameter,
1871 std::string install_parameter;
1872 if (!extension->GetString(kPrefInstallParam, &install_parameter))
1874 return install_parameter;
1878 const std::string& install_parameter) {
1881 new base::StringValue(install_parameter));
1234 OnExtensionInstalled( const Extension* extension, Extension::State initial_state, const syncer::StringOrdinal& page_ordinal, int install_flags, const std::string& install_parameter) argument
1446 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
1877 SetInstallParam(const std::string& extension_id, const std::string& install_parameter) argument
2022 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 431 milliseconds