Searched refs:upload_file_path_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_feedback_unittest.cc117 upload_file_path_ = temp_dir_.path().AppendASCII("test file");
120 base::WriteFile(upload_file_path_, upload_file_data_.data(),
141 base::FilePath upload_file_path_; member in class:safe_browsing::DownloadFeedbackTest
169 upload_file_path_,
184 EXPECT_EQ(upload_file_path_, uploader()->file_path_);
189 EXPECT_TRUE(base::PathExists(upload_file_path_));
196 EXPECT_FALSE(base::PathExists(upload_file_path_));
216 upload_file_path_,
227 EXPECT_TRUE(base::PathExists(upload_file_path_));
233 EXPECT_FALSE(base::PathExists(upload_file_path_));
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher.cc181 if (!upload_file_path_.empty()) {
184 upload_file_path_,
217 DCHECK(upload_file_path_.empty());
227 upload_file_path_ = upload_file_path;
H A Dprivet_url_fetcher.h138 base::FilePath upload_file_path_; member in class:local_discovery::PrivetURLFetcher
/external/chromium_org/net/url_request/
H A Durl_fetcher_core.cc142 DCHECK(upload_file_path_.empty());
162 DCHECK(upload_file_path_.empty());
169 upload_file_path_ = file_path;
553 } else if (!upload_file_path_.empty()) {
556 upload_file_path_,
H A Dtest_url_fetcher_factory.h164 const base::FilePath& upload_file_path() const { return upload_file_path_; }
204 base::FilePath upload_file_path_; member in class:net::TestURLFetcher
H A Durl_fetcher_core.h239 base::FilePath upload_file_path_; // Path to file containing POST payload member in class:net::URLFetcherCore
H A Dtest_url_fetcher_factory.cc71 upload_file_path_ = file_path;

Completed in 954 milliseconds