Searched defs:SyncGetPlatformPath (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Dbrowser_file_system_helper.cc107 void SyncGetPlatformPath(storage::FileSystemContext* context, function in namespace:content
127 context->operation_runner()->SyncGetPlatformPath(url, platform_path);
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc344 base::File::Error SyncableFileSystemOperation::SyncGetPlatformPath( function in class:sync_file_system::SyncableFileSystemOperation
347 return impl_->SyncGetPlatformPath(url, platform_path);
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_impl.cc313 base::File::Error FileSystemOperationImpl::SyncGetPlatformPath( function in class:storage::FileSystemOperationImpl
H A Dfile_system_operation_runner.cc500 base::File::Error FileSystemOperationRunner::SyncGetPlatformPath( function in class:storage::FileSystemOperationRunner
508 return operation->SyncGetPlatformPath(url, platform_path);

Completed in 596 milliseconds