Searched defs:install_source (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_apitest.cc30 Manifest::Location install_source) {
32 install_source);
28 InstallNamedExtension(const base::FilePath& path, const std::string& name, Manifest::Location install_source) argument
/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_info.cc19 Manifest::Location install_source,
30 install_source_(install_source),
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.h37 Manifest::Location install_source,
66 Manifest::Location install_source() const { return install_source_; } function in class:extensions::PendingExtensionInfo
H A Dwebstore_standalone_installer.h168 WebstoreInstaller::InstallSource install_source() const { function in class:extensions::WebstoreStandaloneInstaller
H A Dextension_browsertest.h141 extensions::Manifest::Location install_source) {
146 install_source);
190 extensions::Manifest::Location install_source,
196 install_source,
206 extensions::Manifest::Location install_source,
212 install_source,
360 extensions::Manifest::Location install_source);
366 extensions::Manifest::Location install_source,
138 InstallExtension( const base::FilePath& path, int expected_change, extensions::Manifest::Location install_source) argument
187 InstallExtensionWithSourceAndFlags( const base::FilePath& path, int expected_change, extensions::Manifest::Location install_source, extensions::Extension::InitFromValueFlags creation_flags) argument
203 InstallEphemeralAppWithSourceAndFlags( const base::FilePath& path, int expected_change, extensions::Manifest::Location install_source, extensions::Extension::InitFromValueFlags creation_flags) argument
H A Dextension_management_test_util.cc89 const std::string& install_source) {
90 AddStringToList(kInstallSourcesPath, install_source);
94 const std::string& install_source) {
95 RemoveStringFromList(kInstallSourcesPath, install_source);
88 AddInstallSource( const std::string& install_source) argument
93 RemoveInstallSource( const std::string& install_source) argument
H A Dpending_extension_manager.cc213 Manifest::Location install_source,
233 install_source,
245 Manifest::Location install_source = iter->install_source(); local
250 if (install_source == Manifest::EXTERNAL_PREF ||
251 install_source == Manifest::EXTERNAL_REGISTRY)
266 Manifest::Location install_source,
279 install_source,
292 << " old location: " << pending->install_source()
293 << " new location: " << install_source
211 AddFromExternalFile( const std::string& id, Manifest::Location install_source, const Version& version, 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
[all...]
H A Dextension_browsertest.cc444 Manifest::Location install_source) {
449 install_source,
461 Manifest::Location install_source,
496 installer->set_install_source(install_source);
439 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source) argument
456 InstallOrUpdateExtension( const std::string& id, const base::FilePath& path, InstallUIType ui_type, int expected_change, Manifest::Location install_source, Browser* browser, Extension::InitFromValueFlags creation_flags, bool install_immediately, bool is_ephemeral) argument
H A Dcrx_installer.h119 Manifest::Location install_source() const { function in class:extensions::CrxInstaller
H A Dwebstore_installer.cc177 std::string install_source; local
180 install_source = kInlineInstallSource;
183 install_source = kAppLauncherInstallSource;
186 install_source = kDefaultInstallSource;
198 if (!install_source.empty())
199 params.push_back("installsource=" + install_source);
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_apitest.cc91 Manifest::Location install_source) {
93 install_source);
89 InstallNamedExtension(const base::FilePath& path, const std::string& name, Manifest::Location install_source) argument
/external/chromium_org/extensions/browser/updater/
H A Dmanifest_fetch_data.cc74 const std::string& install_source,
92 if (!install_source.empty())
93 parts.push_back("installsource=" + install_source);
70 AddExtension(const std::string& id, const std::string& version, const PingData* ping_data, const std::string& update_url_data, const std::string& install_source, bool force_update) argument
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.cc213 std::string install_source; local
215 &install_source);
223 install_source);
366 std::string install_source = i == 0 ? local
369 install_source = install_source_override;
387 install_source,
402 install_source,
H A Dextension_updater_unittest.cc784 const std::string install_source = "instally"; local
790 kEmptyUpdateUrlData, install_source, false);
795 EXPECT_EQ(install_source, params["installsource"]);

Completed in 7797 milliseconds