Searched refs:VerifyInstallation (Results 1 - 12 of 12) sorted by path

/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc245 base::Bind(&VerifyInstallation),
/external/chromium_org/chrome/browser/component_updater/
H A Dcld_component_installer.cc81 bool CldComponentInstallerTraits::VerifyInstallation( function in class:component_updater::CldComponentInstallerTraits
H A Dcld_component_installer.h41 FRIEND_TEST_ALL_PREFIXES(CldComponentInstallerTest, VerifyInstallation);
47 virtual bool VerifyInstallation(
H A Dev_whitelist_component_installer.cc80 bool EVWhitelistComponentInstallerTraits::VerifyInstallation( function in class:component_updater::EVWhitelistComponentInstallerTraits
H A Dev_whitelist_component_installer.h31 virtual bool VerifyInstallation(
H A Dsw_reporter_installer_win.cc228 virtual bool VerifyInstallation(const base::FilePath& dir) const { function in class:component_updater::__anon3504::SwReporterInstallerTraits
H A Dwidevine_cdm_component_installer.cc244 virtual bool VerifyInstallation(
258 // VerifyInstallation).
298 bool WidevineCdmComponentInstallerTraits::VerifyInstallation( function in class:component_updater::WidevineCdmComponentInstallerTraits
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcld_component_installer_unittest.cc70 TEST_F(CldComponentInstallerTest, VerifyInstallation) {
73 ASSERT_FALSE(traits_.VerifyInstallation(temp_dir_.path()));
82 ASSERT_TRUE(traits_.VerifyInstallation(temp_dir_.path()));
/external/chromium_org/chrome/browser/install_verification/win/
H A Dinstall_verification.cc29 void VerifyInstallation() { function
H A Dinstall_verification.h10 void VerifyInstallation();
/external/chromium_org/components/component_updater/
H A Ddefault_component_installer.cc71 if (!installer_traits_->VerifyInstallation(install_path))
148 if (!installer_traits_->VerifyInstallation(path)) {
H A Ddefault_component_installer.h42 virtual bool VerifyInstallation(const base::FilePath& dir) const = 0;

Completed in 1389 milliseconds