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

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 166 base::FilePath reserved_path; local
176 &reserved_path,
180 EXPECT_EQ(path.value(), reserved_path.value());
196 base::FilePath reserved_path; local
206 &reserved_path,
210 EXPECT_EQ(path.value(), reserved_path.value());
225 base::FilePath reserved_path; local
235 &reserved_path,
239 EXPECT_EQ(path.value(), reserved_path.value());
265 base::FilePath reserved_path; local
397 base::FilePath reserved_path; local
422 base::FilePath reserved_path; local
452 base::FilePath reserved_path; local
484 base::FilePath reserved_path; local
500 base::FilePath reserved_path; local
525 base::FilePath reserved_path; local
584 base::FilePath reserved_path; local
627 base::FilePath reserved_path; local
657 base::FilePath reserved_path; local
    [all...]
download_path_reservation_tracker.cc 150 // - Returns true if |reserved_path| has been successfully verified.
157 base::FilePath* reserved_path) {
245 *reserved_path = target_path;
281 const base::FilePath* reserved_path,
284 callback.Run(*reserved_path, verified);
359 base::FilePath* reserved_path = new base::FilePath; local
369 reserved_path),
372 base::Owned(reserved_path)));
download_target_determiner_delegate.h 40 // |reserved_path| should contain the reserved path. Otherwise, |successful|
41 // should be false. In the failure case, |reserved_path| is ignored.
42 typedef base::Callback<void(const base::FilePath& reserved_path,

Completed in 3267 milliseconds