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

  /external/chromium_org/chrome/browser/install_verification/win/
install_verification.h 10 void VerifyInstallation();
install_verification.cc 29 void VerifyInstallation() {
  /external/chromium_org/chrome/browser/component_updater/
cld_component_installer.h 41 FRIEND_TEST_ALL_PREFIXES(CldComponentInstallerTest, VerifyInstallation);
47 virtual bool VerifyInstallation(
ev_whitelist_component_installer.h 31 virtual bool VerifyInstallation(
ev_whitelist_component_installer.cc 80 bool EVWhitelistComponentInstallerTraits::VerifyInstallation(
cld_component_installer.cc 81 bool CldComponentInstallerTraits::VerifyInstallation(
widevine_cdm_component_installer.cc 244 virtual bool VerifyInstallation(
258 // VerifyInstallation).
298 bool WidevineCdmComponentInstallerTraits::VerifyInstallation(
sw_reporter_installer_win.cc 228 virtual bool VerifyInstallation(const base::FilePath& dir) const {
  /external/chromium_org/chrome/browser/component_updater/test/
cld_component_installer_unittest.cc 70 TEST_F(CldComponentInstallerTest, VerifyInstallation) {
73 ASSERT_FALSE(traits_.VerifyInstallation(temp_dir_.path()));
82 ASSERT_TRUE(traits_.VerifyInstallation(temp_dir_.path()));
  /external/chromium_org/components/component_updater/
default_component_installer.h 42 virtual bool VerifyInstallation(const base::FilePath& dir) const = 0;
default_component_installer.cc 71 if (!installer_traits_->VerifyInstallation(install_path))
148 if (!installer_traits_->VerifyInstallation(path)) {
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 245 base::Bind(&VerifyInstallation),

Completed in 101 milliseconds