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.cc479 bool file_ownership_passed,
565 installer->set_delete_source(file_ownership_passed);
477 UpdateExtension(const std::string& id, const base::FilePath& extension_path, bool file_ownership_passed, CrxInstaller** out_crx_installer) argument
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dexternal_cache.cc184 bool file_ownership_passed,
189 DCHECK(file_ownership_passed);
297 bool file_ownership_passed) {
298 if (local_cache_.is_shutdown() || file_ownership_passed) {
343 bool file_ownership_passed) {
345 OnPutExtension(id, file_path, file_ownership_passed);
346 callback.Run(id, !file_ownership_passed);
181 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
295 OnPutExtension(const std::string& id, const base::FilePath& file_path, bool file_ownership_passed) argument
339 OnPutExternalExtension( const std::string& id, const PutExternalExtensionCallback& callback, const base::FilePath& file_path, bool file_ownership_passed) argument
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.h138 bool file_ownership_passed,
144 bool file_ownership_passed; member in struct:extensions::ExtensionUpdater::FetchedCRXFile
199 bool file_ownership_passed,
H A Dextension_downloader.cc736 bool file_ownership_passed) {
738 file_ownership_passed, fetch_data->url, fetch_data->version,
733 NotifyDelegateDownloadFinished( scoped_ptr<ExtensionFetch> fetch_data, const base::FilePath& crx_path, bool file_ownership_passed) argument
H A Dextension_updater.cc194 bool file_ownership_passed,
198 file_ownership_passed(file_ownership_passed),
202 : path(), file_ownership_passed(true) {}
587 bool file_ownership_passed,
597 FetchedCRXFile fetched(id, path, file_ownership_passed, request_ids);
682 crx_file.file_ownership_passed,
191 FetchedCRXFile( const std::string& i, const base::FilePath& p, bool file_ownership_passed, const std::set<int>& request_ids) argument
584 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

Completed in 2525 milliseconds