Home
last modified time | relevance | path

Searched refs:out_response_path (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/url_request/
Durl_fetcher_impl.cc186 base::FilePath* out_response_path) const { in GetResponseAsFilePath()
187 return core_->GetResponseAsFilePath(take_ownership, out_response_path); in GetResponseAsFilePath()
Dtest_url_fetcher_factory.cc243 bool take_ownership, base::FilePath* out_response_path) const { in GetResponseAsFilePath()
247 *out_response_path = fake_response_file_path_; in GetResponseAsFilePath()
Durl_fetcher.h306 base::FilePath* out_response_path) const = 0;
Durl_fetcher_impl.h94 base::FilePath* out_response_path) const OVERRIDE;
Durl_fetcher_core.h122 base::FilePath* out_response_path);
Durl_fetcher_core.cc348 base::FilePath* out_response_path) { in GetResponseAsFilePath() argument
356 *out_response_path = file_writer->file_path(); in GetResponseAsFilePath()
Dtest_url_fetcher_factory.h150 bool take_ownership, base::FilePath* out_response_path) const OVERRIDE;