Home
last modified time | relevance | path

Searched refs:upload_file_path (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
Dprivet_url_fetcher.cc110 const base::FilePath& upload_file_path) { in SetUploadFilePath() argument
113 upload_file_path_ = upload_file_path; in SetUploadFilePath()
Dprivet_url_fetcher.h74 const base::FilePath& upload_file_path);
Dprivet_http_unittest.cc256 EXPECT_EQ(file_path, fetcher->upload_file_path()); in SuccessfulResponseToURLAndFilePath()
257 if (file_path != fetcher->upload_file_path()) return false; in SuccessfulResponseToURLAndFilePath()
/external/chromium_org/chrome/browser/safe_browsing/
Ddownload_feedback_service_unittest.cc150 base::FilePath upload_file_path( in CreateTestFile() local
154 upload_file_path, upload_file_data.data(), upload_file_data.size()); in CreateTestFile()
156 return upload_file_path; in CreateTestFile()
/external/chromium_org/net/url_request/
Dtest_url_fetcher_factory.h162 const base::FilePath& upload_file_path() const { return upload_file_path_; } in upload_file_path() function