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

  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_metadata.h 35 base::FilePath local_file_path; member in struct:sync_file_system::LocalFileSyncInfo
  /external/chromium_org/chrome/browser/drive/
fake_drive_service_unittest.cc 1938 base::FilePath local_file_path = local
2004 base::FilePath local_file_path = local
    [all...]
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 411 base::FilePath local_file_path; local
413 file_util()->GetLocalFilePath(&context, url, &local_file_path));
415 local_file_path.value());
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 73 base::FilePath local_file_path; member in struct:drive::__anon6919::UploadNewFileParams
85 params.local_file_path,
95 base::FilePath local_file_path; member in struct:drive::__anon6919::UploadExistingFileParams
107 params.local_file_path,
117 base::FilePath local_file_path; member in struct:drive::__anon6919::ResumeUploadFileParams
128 params.local_file_path,
155 base::FilePath local_file_path; member in struct:drive::JobScheduler::ResumeUploadParams
616 const base::FilePath& local_file_path,
629 params.local_file_path = local_file_path;
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.cc 523 const base::FilePath& local_file_path,
540 local_file_path,
549 const base::FilePath& local_file_path,
560 local_file_path,
776 const base::FilePath& local_file_path = local_file->path(); local
777 drive_service_->DownloadFile(local_file_path,
874 const base::FilePath& local_file_path,
    [all...]
  /external/chromium_org/google_apis/drive/
base_requests.cc 258 base::FilePath local_file_path; local
261 if (GetContentFile(&local_file_path, &range_offset, &range_length,
265 local_file_path,
300 bool UrlFetchRequestBase::GetContentFile(base::FilePath* local_file_path,
308 base::FilePath* local_file_path,
656 const base::FilePath& local_file_path)
662 local_file_path_(local_file_path) {
696 base::FilePath* local_file_path,
705 *local_file_path = local_file_path_;
765 base::FilePath* local_file_path,
    [all...]

Completed in 2727 milliseconds