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

  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.h 37 CONTENT_EXPORT void SyncGetPlatformPath(fileapi::FileSystemContext* context,
browser_file_system_helper.cc 109 void SyncGetPlatformPath(fileapi::FileSystemContext* context,
129 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
fileapi_message_filter.cc 476 SyncGetPlatformPath(context_, process_id_, path, platform_path);
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 94 virtual base::File::Error SyncGetPlatformPath(
syncable_file_system_operation.cc 348 base::File::Error SyncableFileSystemOperation::SyncGetPlatformPath(
351 return impl_->SyncGetPlatformPath(url, platform_path);
  /external/chromium_org/content/browser/renderer_host/pepper/
quota_reservation.cc 55 file_system_context_->operation_runner()->SyncGetPlatformPath(
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation.h 454 virtual base::File::Error SyncGetPlatformPath(
file_system_operation_impl.h 93 virtual base::File::Error SyncGetPlatformPath(
file_system_operation_runner.h 237 base::File::Error SyncGetPlatformPath(const FileSystemURL& url,
file_system_operation_runner.cc 495 base::File::Error FileSystemOperationRunner::SyncGetPlatformPath(
503 return operation->SyncGetPlatformPath(url, platform_path);
file_system_operation_impl.cc 313 base::File::Error FileSystemOperationImpl::SyncGetPlatformPath(
  /external/chromium_org/content/browser/media/android/
media_resource_getter_impl.cc 68 SyncGetPlatformPath(file_system_context.get(),

Completed in 3220 milliseconds