Searched defs:installed_file (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/test/
H A Dtest_installer.cc26 base::FilePath* installed_file) {
43 base::FilePath* installed_file) {
44 *installed_file = install_directory_.AppendASCII(file);
76 base::FilePath* installed_file) {
79 *installed_file = path.Append(base::FilePath::FromUTF8Unsafe(file));
25 GetInstalledFile(const std::string& file, base::FilePath* installed_file) argument
42 GetInstalledFile(const std::string& file, base::FilePath* installed_file) argument
75 GetInstalledFile(const std::string& file, base::FilePath* installed_file) argument
/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.cc60 base::FilePath* installed_file) OVERRIDE;
137 const std::string& file, base::FilePath* installed_file) {
136 GetInstalledFile( const std::string& file, base::FilePath* installed_file) argument
H A Dpepper_flash_component_installer.cc255 base::FilePath* installed_file) OVERRIDE;
300 const std::string& file, base::FilePath* installed_file) {
299 GetInstalledFile( const std::string& file, base::FilePath* installed_file) argument
H A Dswiftshader_component_installer.cc109 base::FilePath* installed_file) OVERRIDE;
156 const std::string& file, base::FilePath* installed_file) {
155 GetInstalledFile( const std::string& file, base::FilePath* installed_file) argument
H A Dwidevine_cdm_component_installer.cc199 base::FilePath* installed_file) OVERRIDE;
257 // |installed_file| actually exists.
259 const std::string& file, base::FilePath* installed_file) {
263 *installed_file = GetWidevineCdmBaseDirectory().AppendASCII(
258 GetInstalledFile( const std::string& file, base::FilePath* installed_file) argument
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.cc209 const std::string& file, base::FilePath* installed_file) {
208 GetInstalledFile( const std::string& file, base::FilePath* installed_file) argument
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc290 // |installed_file| actually exists.
292 const std::string& file, base::FilePath* installed_file) {
296 *installed_file = GetPnaclBaseDirectory().AppendASCII(
291 GetInstalledFile( const std::string& file, base::FilePath* installed_file) argument

Completed in 395 milliseconds