Searched defs:target_path_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dcopy_entry.h49 base::FilePath target_path_; member in class:chromeos::file_system_provider::operations::CopyEntry
H A Dmove_entry.h49 base::FilePath target_path_; member in class:chromeos::file_system_provider::operations::MoveEntry
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlocal_to_remote_syncer.h54 const base::FilePath& target_path() const { return target_path_; }
118 base::FilePath target_path_; member in class:sync_file_system::drive_backend::LocalToRemoteSyncer
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.h123 const base::FilePath& target_path() const { return target_path_; }
252 // [chrome.exe, old_chrome.exe, new_chrome.exe] in target_path_ and
264 base::FilePath target_path_; member in class:installer::InstallerState
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.h401 // considered to be |target_path_.BaseName()|.
406 // |target_path_|. |current_path_| can be empty if the in-progress path hasn't
412 // download completes, we will rename the file to |target_path_|.
413 base::FilePath target_path_; member in class:content::DownloadItemImpl
H A Ddownload_manager_impl_unittest.cc546 target_path_ = target_path;
566 base::FilePath target_path_; member in class:content::DownloadManagerTest
648 EXPECT_EQ(path, target_path_);

Completed in 153 milliseconds