HomeSort by relevance Sort by last modified time
    Searched refs:install_source (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/extensions/
pending_extension_manager.cc 213 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
    [all...]
extension_browsertest.h 141 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,
extension_management_test_util.h 41 void AddInstallSource(const std::string& install_source);
42 void RemoveInstallSource(const std::string& install_source);
pending_extension_info.cc 19 Manifest::Location install_source,
30 install_source_(install_source),
pending_extension_info.h 37 Manifest::Location install_source,
66 Manifest::Location install_source() const { return install_source_; } function in class:extensions::PendingExtensionInfo
extension_management_test_util.cc 89 const std::string& install_source) {
90 AddStringToList(kInstallSourcesPath, install_source);
94 const std::string& install_source) {
95 RemoveStringFromList(kInstallSourcesPath, install_source);
pending_extension_manager.h 129 Manifest::Location install_source,
webstore_installer.cc 177 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);
extension_browsertest.cc 444 Manifest::Location install_source) {
449 install_source,
461 Manifest::Location install_source,
496 installer->set_install_source(install_source);
webstore_standalone_installer.h 168 WebstoreInstaller::InstallSource install_source() const { function in class:extensions::WebstoreStandaloneInstaller
crx_installer.h 119 Manifest::Location install_source() const { function in class:extensions::CrxInstaller
crx_installer.cc 423 install_source(), Manifest::NUM_LOCATIONS);
441 install_source(), Manifest::NUM_LOCATIONS);
    [all...]
extension_service_unittest.cc     [all...]
extension_service.cc 519 installer->set_install_source(pending_extension_info->install_source());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_apitest.cc 30 Manifest::Location install_source) {
32 install_source);
  /external/chromium_org/extensions/browser/updater/
manifest_fetch_data.cc 74 const std::string& install_source,
92 if (!install_source.empty())
93 parts.push_back("installsource=" + install_source);
manifest_fetch_data.h 75 const std::string& install_source,
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 213 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,
    [all...]
extension_updater_unittest.cc 784 const std::string install_source = "instally"; local
790 kEmptyUpdateUrlData, install_source, false);
795 EXPECT_EQ(install_source, params["installsource"]);
    [all...]
extension_updater.cc 471 if (!Manifest::IsAutoUpdateableLocation(info->install_source())) {
  /external/chromium_org/chrome/browser/extensions/api/management/
management_apitest.cc 91 Manifest::Location install_source) {
93 install_source);

Completed in 2212 milliseconds