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

  /external/chromium_org/chrome/browser/component_updater/
cld_component_installer.h 37 FRIEND_TEST_ALL_PREFIXES(CldComponentInstallerTest, GetInstalledPath);
57 static base::FilePath GetInstalledPath(const base::FilePath& base);
cld_component_installer.cc 62 base::FilePath CldComponentInstallerTraits::GetInstalledPath(
78 SetLatestCldDataFile(GetInstalledPath(path));
86 const base::FilePath expected_file = GetInstalledPath(install_dir);
ev_whitelist_component_installer.h 41 static base::FilePath GetInstalledPath(const base::FilePath& base);
ev_whitelist_component_installer.cc 53 base::FilePath EVWhitelistComponentInstallerTraits::GetInstalledPath(
71 const base::FilePath whitelist_file = GetInstalledPath(path);
82 const base::FilePath expected_file = GetInstalledPath(install_dir);
  /external/chromium_org/chrome/browser/component_updater/test/
cld_component_installer_unittest.cc 92 TEST_F(CldComponentInstallerTest, GetInstalledPath) {
95 CldComponentInstallerTraits::GetInstalledPath(base_dir);
  /external/chromium_org/chrome/browser/ui/pdf/
adobe_reader_info_win.cc 42 base::FilePath GetInstalledPath(const base::char16* app) {
128 base::FilePath install_path = GetInstalledPath(kRegistryAcrobatReader);
130 install_path = GetInstalledPath(kRegistryAcrobat);
  /external/chromium_org/content/common/
plugin_list_win.cc 72 bool GetInstalledPath(const base::char16* app, base::FilePath* out) {
152 if (!GetInstalledPath(kRegistryAcrobatReader, &path) &&
153 !GetInstalledPath(kRegistryAcrobat, &path)) {
163 if (GetInstalledPath(kRegistryQuickTime, &path))
170 if (GetInstalledPath(kRegistryWindowsMedia, &path))

Completed in 296 milliseconds