HomeSort by relevance Sort by last modified time
    Searched defs:target_path_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.h 53 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/
installer_state.h 123 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/
download_item_impl.h 401 // 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
download_manager_impl_unittest.cc 545 target_path_ = target_path;
565 base::FilePath target_path_; member in class:content::DownloadManagerTest
647 EXPECT_EQ(path, target_path_);

Completed in 150 milliseconds