HomeSort by relevance Sort by last modified time
    Searched refs:upload_file_path_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback_unittest.cc 119 upload_file_path_ = temp_dir_.path().AppendASCII("test file");
122 file_util::WriteFile(upload_file_path_, upload_file_data_.data(),
143 base::FilePath upload_file_path_; member in class:safe_browsing::DownloadFeedbackTest
175 upload_file_path_,
190 EXPECT_EQ(upload_file_path_, uploader()->file_path_);
195 EXPECT_TRUE(base::PathExists(upload_file_path_));
202 EXPECT_FALSE(base::PathExists(upload_file_path_));
222 upload_file_path_,
233 EXPECT_TRUE(base::PathExists(upload_file_path_));
239 EXPECT_FALSE(base::PathExists(upload_file_path_));
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.cc 72 if (!upload_file_path_.empty()) {
75 upload_file_path_,
103 DCHECK(upload_file_path_.empty());
113 upload_file_path_ = upload_file_path;
privet_url_fetcher.h 100 base::FilePath upload_file_path_; member in class:local_discovery::PrivetURLFetcher
  /external/chromium_org/net/url_request/
test_url_fetcher_factory.h 162 const base::FilePath& upload_file_path() const { return upload_file_path_; }
202 base::FilePath upload_file_path_; member in class:net::TestURLFetcher
url_fetcher_core.cc 137 DCHECK(upload_file_path_.empty());
157 DCHECK(upload_file_path_.empty());
164 upload_file_path_ = file_path;
547 } else if (!upload_file_path_.empty()) {
550 upload_file_path_,
url_fetcher_core.h 239 base::FilePath upload_file_path_; // Path to file containing POST payload member in class:net::URLFetcherCore
test_url_fetcher_factory.cc 68 upload_file_path_ = file_path;

Completed in 93 milliseconds