Home | History | Annotate | Download | only in extensions

Lines Matching defs:file_path

125                                  base::FilePath* file_path,
127 return local_cache_.GetExtension(id, file_path, version);
257 base::FilePath file_path;
259 if (local_cache_.GetExtension(it.key(), &file_path, &version)) {
272 file_path.value());
296 const base::FilePath& file_path,
300 base::Bind(base::IgnoreResult(&base::DeleteFile), file_path, true));
331 file_path.value());
342 const base::FilePath& file_path,
345 OnPutExtension(id, file_path, file_ownership_passed);