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

  /external/chromium_org/chrome/browser/component_updater/
cld_component_installer.h 39 FRIEND_TEST_ALL_PREFIXES(CldComponentInstallerTest, OnCustomInstall);
45 virtual bool OnCustomInstall(const base::DictionaryValue& manifest,
ev_whitelist_component_installer.h 29 virtual bool OnCustomInstall(const base::DictionaryValue& manifest,
ev_whitelist_component_installer.cc 45 bool EVWhitelistComponentInstallerTraits::OnCustomInstall(
48 VLOG(1) << "Entering EVWhitelistComponentInstallerTraits::OnCustomInstall.";
cld_component_installer.cc 56 bool CldComponentInstallerTraits::OnCustomInstall(
widevine_cdm_component_installer.cc 242 virtual bool OnCustomInstall(const base::DictionaryValue& manifest,
273 bool WidevineCdmComponentInstallerTraits::OnCustomInstall(
sw_reporter_installer_win.cc 234 virtual bool OnCustomInstall(const base::DictionaryValue& manifest,
  /external/chromium_org/chrome/browser/component_updater/test/
cld_component_installer_unittest.cc 85 TEST_F(CldComponentInstallerTest, OnCustomInstall) {
89 ASSERT_TRUE(traits_.OnCustomInstall(manifest, install_dir));
  /external/chromium_org/components/component_updater/
default_component_installer.h 48 // OnCustomInstall is called during the installation process. Components that
52 virtual bool OnCustomInstall(const base::DictionaryValue& manifest,
default_component_installer.cc 69 if (!installer_traits_->OnCustomInstall(manifest, install_path))

Completed in 149 milliseconds