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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 90 base::FilePath* drive_file_path,
97 const base::FilePath& drive_file_path,
download_operation.cc 179 // the given ID. Also fills |drive_file_path| with the path of the entry.
183 base::FilePath* drive_file_path,
187 FileError error = params.metadata->GetFilePath(local_id, drive_file_path);
372 base::FilePath* drive_file_path = new base::FilePath; local
386 drive_file_path,
394 base::Owned(drive_file_path),
413 base::FilePath* drive_file_path = new base::FilePath(file_path); local
434 base::Owned(drive_file_path),
443 base::FilePath* drive_file_path,
449 DCHECK(drive_file_path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job.cc 92 base::FilePath drive_file_path(util::DriveURLToFilePath(request_->url()));
93 if (drive_file_path.empty()) {
104 drive_file_path,
drive_file_stream_reader.cc 287 const base::FilePath& drive_file_path,
300 file_system->GetFileContent(drive_file_path,
309 const base::FilePath& drive_file_path,
321 drive_file_path,
348 const base::FilePath& drive_file_path,
356 drive_file_path,
dummy_file_system.h 89 const base::FilePath& drive_file_path,
94 virtual void AddPermission(const base::FilePath& drive_file_path,
fake_file_system.h 117 const base::FilePath& drive_file_path,
122 virtual void AddPermission(const base::FilePath& drive_file_path,
file_system_interface.h 403 virtual void MarkCacheFileAsMounted(const base::FilePath& drive_file_path,
414 // Adds permission as |role| to |email| for the entry at |drive_file_path|.
416 virtual void AddPermission(const base::FilePath& drive_file_path,
drive_file_stream_reader.h 163 // Initializes the stream for the |drive_file_path|.
165 void Initialize(const base::FilePath& drive_file_path,
file_system.h 151 const base::FilePath& drive_file_path,
156 virtual void AddPermission(const base::FilePath& drive_file_path,
job_scheduler.h 187 const base::FilePath& drive_file_path,
198 const base::FilePath& drive_file_path,
file_system.cc 137 const base::FilePath& drive_file_path,
140 FileError error = resource_metadata->GetIdByPath(drive_file_path, &local_id);
873 const base::FilePath& drive_file_path,
    [all...]
fake_file_system.cc 207 const base::FilePath& drive_file_path,
218 void FakeFileSystem::AddPermission(const base::FilePath& drive_file_path,
job_scheduler.cc 156 base::FilePath drive_file_path; member in struct:drive::JobScheduler::ResumeUploadParams
622 const base::FilePath& drive_file_path,
632 new_job->job_info.file_path = drive_file_path;
661 const base::FilePath& drive_file_path,
670 new_job->job_info.file_path = drive_file_path;
    [all...]
resource_metadata_unittest.cc 226 base::FilePath drive_file_path; local
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
webkit_file_stream_reader_impl.h 38 const base::FilePath& drive_file_path,
webkit_file_stream_reader_impl.cc 26 const base::FilePath& drive_file_path,
31 drive_file_path_(drive_file_path),
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer.cc 33 base::FilePath drive_file_path; member in struct:drive::internal::EntryUpdatePerformer::LocalState
55 error = metadata->GetFilePath(local_id, &local_state->drive_file_path);
273 local_state->drive_file_path,
293 local_state->drive_file_path,

Completed in 1000 milliseconds