Searched defs:file_ownership_passed (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_service.cc27 bool file_ownership_passed,
24 UpdateExtension( const std::string& id, const base::FilePath& path, bool file_ownership_passed, extensions::CrxInstaller** out_crx_installer) argument
H A Dextension_service.cc508 bool file_ownership_passed,
591 installer->set_delete_source(file_ownership_passed);
506 UpdateExtension(const std::string& id, const base::FilePath& extension_path, bool file_ownership_passed, CrxInstaller** out_crx_installer) argument
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.h128 bool file_ownership_passed,
134 bool file_ownership_passed; member in struct:extensions::ExtensionUpdater::FetchedCRXFile
181 bool file_ownership_passed,
H A Dextension_downloader.cc716 bool file_ownership_passed) {
718 file_ownership_passed, fetch_data->url, fetch_data->version,
713 NotifyDelegateDownloadFinished( scoped_ptr<ExtensionFetch> fetch_data, const base::FilePath& crx_path, bool file_ownership_passed) argument
H A Dextension_updater.cc105 bool file_ownership_passed,
109 file_ownership_passed(file_ownership_passed),
113 : path(), file_ownership_passed(true) {}
478 bool file_ownership_passed,
488 FetchedCRXFile fetched(id, path, file_ownership_passed, request_ids);
561 crx_file.file_ownership_passed,
102 FetchedCRXFile( const std::string& i, const base::FilePath& p, bool file_ownership_passed, const std::set<int>& request_ids) argument
475 OnExtensionDownloadFinished( const std::string& id, const base::FilePath& path, bool file_ownership_passed, const GURL& download_url, const std::string& version, const PingResult& ping, const std::set<int>& request_ids) argument
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dexternal_cache.cc168 bool file_ownership_passed,
173 DCHECK(file_ownership_passed);
281 bool file_ownership_passed) {
282 if (local_cache_.is_shutdown() || file_ownership_passed) {
165 OnExtensionDownloadFinished( const std::string& id, const base::FilePath& path, bool file_ownership_passed, const GURL& download_url, const std::string& version, const extensions::ExtensionDownloaderDelegate::PingResult& ping_result, const std::set<int>& request_ids) argument
279 OnPutExtension(const std::string& id, const base::FilePath& file_path, bool file_ownership_passed) argument

Completed in 112 milliseconds