Home | History | Annotate | Download | only in updater

Lines Matching refs:crx_path

723       base::FilePath crx_path;
725 extension_cache_->GetExtension(fetch_data->id, &crx_path, &version);
726 NotifyDelegateDownloadFinished(fetch_data.Pass(), crx_path, false);
735 const base::FilePath& crx_path,
737 delegate_->OnExtensionDownloadFinished(fetch_data->id, crx_path,
803 base::FilePath crx_path;
804 // Take ownership of the file at |crx_path|.
805 CHECK(source->GetResponseAsFilePath(true, &crx_path));
810 extension_cache_->PutExtension(id, crx_path, version,
815 NotifyDelegateDownloadFinished(fetch_data.Pass(), crx_path, true);