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/chromeos/file_system_provider/
mount_path_util_unittest.cc 114 const base::FilePath local_file_path = local
118 EXPECT_TRUE(IsFileSystemProviderLocalPath(local_file_path));
  /external/chromium_org/chrome/browser/drive/
fake_drive_service_unittest.cc 1851 base::FilePath local_file_path = local
1921 base::FilePath local_file_path = local
    [all...]
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 422 base::FilePath local_file_path; local
424 file_util()->GetLocalFilePath(&context, url, &local_file_path));
426 local_file_path.value());
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 72 base::FilePath local_file_path; member in struct:drive::__anon7722::UploadNewFileParams
85 params.local_file_path,
96 base::FilePath local_file_path; member in struct:drive::__anon7722::UploadExistingFileParams
109 params.local_file_path,
119 base::FilePath local_file_path; member in struct:drive::__anon7722::ResumeUploadFileParams
130 params.local_file_path,
157 base::FilePath local_file_path; member in struct:drive::JobScheduler::ResumeUploadParams
602 const base::FilePath& local_file_path,
616 params.local_file_path = local_file_path;
    [all...]
  /external/chromium_org/google_apis/drive/
base_requests.cc 260 base::FilePath local_file_path; local
263 if (GetContentFile(&local_file_path, &range_offset, &range_length,
267 local_file_path,
302 bool UrlFetchRequestBase::GetContentFile(base::FilePath* local_file_path,
310 base::FilePath* local_file_path,
605 const base::FilePath& local_file_path)
611 local_file_path_(local_file_path) {
645 base::FilePath* local_file_path,
654 *local_file_path = local_file_path_;
714 base::FilePath* local_file_path,
    [all...]

Completed in 186 milliseconds