HomeSort by relevance Sort by last modified time
    Searched full:platform_path (Results 26 - 50 of 65) sorted by null

12 3

  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 92 const base::FilePath& platform_path,
94 snapshot_callback_.Run(file_info, platform_path, request_id);
365 const base::FilePath& platform_path) {
368 dispatcher->DidCreateSnapshotFile(file_info, platform_path, request_id);
file_system_dispatcher.h 43 const base::FilePath& platform_path,
145 const base::FilePath& platform_path);
webfilesystem_impl.cc 279 const base::FilePath& platform_path,
290 web_file_info.platformPath = platform_path.AsUTF16Unsafe();
304 const base::FilePath& platform_path,
310 file_info, platform_path, request_id));
  /external/chromium_org/webkit/browser/fileapi/
file_system_file_stream_reader.h 62 const base::FilePath& platform_path,
local_file_util.h 91 base::FilePath* platform_path) OVERRIDE;
sandbox_file_stream_writer.h 57 const base::FilePath& platform_path,
file_system_file_util.h 94 base::FilePath* platform_path) = 0;
178 base::FilePath* platform_path) = 0;
isolated_file_util.cc 85 base::FilePath* platform_path) {
107 *platform_path = url.path();
sandbox_file_stream_writer.cc 117 const base::FilePath& platform_path,
141 file_system_context_->default_file_task_runner(), platform_path,
file_system_operation_impl_unittest.cc 209 const base::FilePath& platform_path,
212 path_ = platform_path;
933 base::FilePath platform_path = PlatformPath("file"); local
1013 base::FilePath platform_path = PlatformPath("file"); local
    [all...]
file_system_operation_runner.cc 439 base::FilePath* platform_path) {
446 url, platform_path);
508 const base::FilePath& platform_path,
510 callback.Run(rv, file_info, platform_path, file_ref);
isolated_context.cc 110 PLATFORM_PATH,
171 path_type_(PLATFORM_PATH),
183 case PLATFORM_PATH:
247 Instance::PLATFORM_PATH);
file_system_file_stream_reader_unittest.cc 127 base::FilePath platform_path; local
130 &platform_path));
local_file_util.cc 248 base::FilePath* platform_path) {
251 *error = GetFileInfo(context, url, file_info, platform_path);
async_file_util_adapter.cc 92 base::FilePath platform_path; local
94 context, url, &file_info, &platform_path);
file_system_operation.h 94 // |platform_path| is the path to the snapshot file created.
114 const base::FilePath& platform_path,
file_system_operation_runner.h 228 base::FilePath* platform_path);
263 const base::FilePath& platform_path,
upload_file_system_file_element_reader_unittest.cc 113 base::FilePath platform_path; local
116 &platform_path));
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.h 144 // Called when the snapshot file specified by the |platform_path| is
151 const base::FilePath& platform_path);
native_media_file_util.h 152 base::FilePath* platform_path);
171 base::FilePath* platform_path,
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.cc 509 const GURL& path, base::FilePath* platform_path) {
510 SyncGetPlatformPath(context_, process_id_, path, platform_path);
807 const base::FilePath& platform_path,
819 process_id_, platform_path)) {
827 process_id_, platform_path);
834 platform_path,
847 // Return the file info and platform_path.
849 request_id, info, platform_path));
fileapi_message_filter.h 127 base::FilePath* platform_path);
191 const base::FilePath& platform_path,
  /external/chromium_org/content/common/fileapi/
file_system_messages.h 169 base::FilePath /* platform_path */)
  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.h 123 base::FilePath* platform_path);
180 base::FilePath* platform_path,
local_file_change_tracker.cc 227 base::FilePath platform_path; local
235 &file_info, &platform_path)) {

Completed in 407 milliseconds

12 3