HomeSort by relevance Sort by last modified time
    Searched refs:local_file_path (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/sync_file_system/
mock_local_change_processor.h 22 const base::FilePath& local_file_path,
30 const base::FilePath& local_file_path,
local_change_processor.h 28 // ADD_OR_UPDATE for a file, |local_file_path| points to a local file
36 const base::FilePath& local_file_path,
sync_file_metadata.h 35 base::FilePath local_file_path; member in struct:sync_file_system::LocalFileSyncInfo
mock_local_change_processor.cc 31 const base::FilePath& local_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.h 84 // Stores |local_file_path| in cache and mark as dirty so that SyncClient will
86 void ScheduleTransferRegularFile(const base::FilePath& local_file_path,
90 const base::FilePath& local_file_path,
95 const base::FilePath& local_file_path,
106 // CopyLocalFileOnBlockingPool to copy |local_file_path| to
112 const base::FilePath& local_file_path,
151 // |local_file_path| to |remote_dest_file_path|.
155 const base::FilePath& local_file_path,
178 // Initiates transfer of |local_file_path| with |resource_id| to
179 // |remote_dest_file_path|. |local_file_path| must be a file from the loca
    [all...]
open_file_operation.h 67 const base::FilePath& local_file_path,
71 void OpenFileAfterMarkDirty(const base::FilePath& local_file_path,
open_file_operation.cc 102 const base::FilePath& local_file_path,
128 local_file_path,
134 const base::FilePath& local_file_path,
147 callback.Run(error, local_file_path,
copy_operation.cc 44 const base::FilePath& local_file_path) {
45 FileError error = cache->Store(resource_id, md5, local_file_path,
141 const base::FilePath& local_file_path,
158 &CopyLocalFileOnBlockingPool, local_file_path, local_dest_file_path),
191 const base::FilePath& local_file_path,
203 local_file_path,
209 const base::FilePath& local_file_path,
223 local_file_path,
228 const base::FilePath& local_file_path,
245 local_file_path),
    [all...]
truncate_operation.cc 110 const base::FilePath& local_file_path,
133 local_file_path, length),
truncate_operation.h 61 const base::FilePath& local_file_path,
  /external/chromium_org/chrome/browser/drive/
drive_uploader.h 52 // local_file_path:
70 const base::FilePath& local_file_path,
89 const base::FilePath& local_file_path,
97 // for previous invocation. |drive_file_path|, |local_file_path| and
103 const base::FilePath& local_file_path,
118 const base::FilePath& local_file_path,
125 const base::FilePath& local_file_path,
132 const base::FilePath& local_file_path,
drive_uploader.cc 138 const base::FilePath& local_file_path,
145 DCHECK(!local_file_path.empty());
151 scoped_ptr<UploadFileInfo>(new UploadFileInfo(local_file_path,
163 const base::FilePath& local_file_path,
170 DCHECK(!local_file_path.empty());
175 scoped_ptr<UploadFileInfo>(new UploadFileInfo(local_file_path,
187 const base::FilePath& local_file_path,
192 DCHECK(!local_file_path.empty());
197 local_file_path, content_type,
  /external/chromium_org/webkit/browser/fileapi/
isolated_file_util.h 26 base::FilePath* local_file_path) OVERRIDE;
isolated_file_util.cc 66 base::FilePath* local_file_path) {
67 DCHECK(local_file_path);
73 *local_file_path = url.path();
  /external/chromium_org/chrome/browser/google_apis/
base_requests.h 120 // a part of the file at |local_file_path|.
124 virtual bool GetContentFile(base::FilePath* local_file_path,
131 virtual bool GetOutputFilePath(base::FilePath* local_file_path);
381 const base::FilePath& local_file_path);
386 virtual bool GetContentFile(base::FilePath* local_file_path,
476 virtual bool GetOutputFilePath(base::FilePath* local_file_path) OVERRIDE;
base_requests.cc 158 base::FilePath local_file_path; local
161 if (GetContentFile(&local_file_path, &range_offset, &range_length,
165 local_file_path,
200 bool UrlFetchRequestBase::GetContentFile(base::FilePath* local_file_path,
207 bool UrlFetchRequestBase::GetOutputFilePath(base::FilePath* local_file_path) {
536 const base::FilePath& local_file_path)
542 local_file_path_(local_file_path) {
576 base::FilePath* local_file_path,
585 *local_file_path = local_file_path_;
645 base::FilePath* local_file_path) {
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_file_util.cc 276 base::FilePath* local_file_path) {
281 *local_file_path = GetDataProvider()->library_path();
287 *local_file_path = GetDataProvider()->auto_add_path();
288 if (local_file_path->empty())
292 *local_file_path = local_file_path->Append(
304 *local_file_path = GetDataProvider()->GetTrackLocation(components[2],
307 if (!local_file_path->empty())
itunes_file_util.h 62 base::FilePath* local_file_path) OVERRIDE;
native_media_file_util.h 158 base::FilePath* local_file_path);
182 // PLATFORM_FILE_ERROR_SECURITY. |local_file_path| does not have to exist.
186 base::FilePath* local_file_path);
190 // If |local_file_path| is a file, then take media_path_filter() into
193 // If |local_file_path| is a directory, return PLATFORM_FILE_OK.
198 base::FilePath* local_file_path);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
api_util_interface.h 130 // |local_file_path|.
140 // Uploads the new file |local_file_path| with specified |title| into the
145 const base::FilePath& local_file_path,
149 // Uploads the existing file identified by |local_file_path|.
157 const base::FilePath& local_file_path,
fake_api_util.h 84 const base::FilePath& local_file_path,
89 const base::FilePath& local_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 36 base::FilePath local_file_path; member in struct:drive::__anon6801::UploadNewFileParams
48 params.local_file_path,
58 base::FilePath local_file_path; member in struct:drive::__anon6801::UploadExistingFileParams
70 params.local_file_path,
80 base::FilePath local_file_path; member in struct:drive::__anon6801::ResumeUploadFileParams
91 params.local_file_path,
117 base::FilePath local_file_path; member in struct:drive::JobScheduler::ResumeUploadParams
569 const base::FilePath& local_file_path,
582 params.local_file_path = local_file_path;
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/picasa/
picasa_file_util.h 46 base::FilePath* local_file_path) OVERRIDE;
picasa_file_util.cc 227 base::FilePath* local_file_path) {
228 DCHECK(local_file_path);
243 *local_file_path = album_info.path;
268 *local_file_path = album_info.path.Append(url.path().BaseName());
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 45 const base::FilePath& local_file_path,
103 const base::FilePath& local_file_path,
111 local_path = local_file_path;

Completed in 2372 milliseconds

1 2 3