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

  /external/chromium_org/chrome/browser/extensions/
pending_extension_info.h 37 Manifest::Location install_source,
66 Manifest::Location install_source() const { return install_source_; } function in class:extensions::PendingExtensionInfo
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...]
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
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);
  /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...]

Completed in 100 milliseconds