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

  /external/chromium_org/content/browser/fileapi/
browser_file_system_helper.cc 107 void SyncGetPlatformPath(storage::FileSystemContext* context,
127 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 344 base::File::Error SyncableFileSystemOperation::SyncGetPlatformPath(
347 return impl_->SyncGetPlatformPath(url, platform_path);
  /external/chromium_org/storage/browser/fileapi/
file_system_operation_impl.cc 313 base::File::Error FileSystemOperationImpl::SyncGetPlatformPath(
file_system_operation_runner.cc 500 base::File::Error FileSystemOperationRunner::SyncGetPlatformPath(
508 return operation->SyncGetPlatformPath(url, platform_path);

Completed in 176 milliseconds