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

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker_unittest.cc 191 base::FilePath reserved_path; local
201 &reserved_path,
205 EXPECT_EQ(path.value(), reserved_path.value());
221 base::FilePath reserved_path; local
231 &reserved_path,
235 EXPECT_EQ(path.value(), reserved_path.value());
250 base::FilePath reserved_path; local
260 &reserved_path,
264 EXPECT_EQ(path.value(), reserved_path.value());
290 base::FilePath reserved_path; local
422 base::FilePath reserved_path; local
447 base::FilePath reserved_path; local
478 base::FilePath reserved_path; local
510 base::FilePath reserved_path; local
526 base::FilePath reserved_path; local
551 base::FilePath reserved_path; local
610 base::FilePath reserved_path; local
653 base::FilePath reserved_path; local
683 base::FilePath reserved_path; local
    [all...]
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 35 milliseconds