Home
last modified time | relevance | path

Searched defs:DidWrite (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/child/fileapi/
Dwebfilewriter_base.cc73 void WebFileWriterBase::DidWrite(int64 bytes, bool complete) { in DidWrite() function in content::WebFileWriterBase
Dwebfilewriter_impl.cc86 void DidWrite(int64 bytes, bool complete) { in DidWrite() function in content::WebFileWriterImpl::WriterBridge
Dfile_system_dispatcher.cc115 void DidWrite(int64 bytes, bool complete) { in DidWrite() function in content::FileSystemDispatcher::CallbackDispatcher
/external/chromium_org/net/url_request/
Durl_fetcher_response_writer.cc134 void URLFetcherFileWriter::DidWrite(const CompletionCallback& callback, in DidWrite() function in net::URLFetcherFileWriter
/external/chromium_org/storage/browser/fileapi/
Dsandbox_file_stream_writer.cc198 void SandboxFileStreamWriter::DidWrite( in DidWrite() function in storage::SandboxFileStreamWriter
Dlocal_file_stream_writer.cc214 void LocalFileStreamWriter::DidWrite(const net::CompletionCallback& callback, in DidWrite() function in storage::LocalFileStreamWriter
Dfile_system_operation_impl.cc525 void FileSystemOperationImpl::DidWrite( in DidWrite() function in storage::FileSystemOperationImpl
Dcopy_or_move_operation_delegate.cc675 void CopyOrMoveOperationDelegate::StreamCopyHelper::DidWrite( in DidWrite() function in storage::CopyOrMoveOperationDelegate::StreamCopyHelper
Dfile_system_operation_runner.cc565 void FileSystemOperationRunner::DidWrite( in DidWrite() function in storage::FileSystemOperationRunner
/external/chromium_org/chrome/browser/sync_file_system/local/
Dsyncable_file_operation_runner_unittest.cc120 void DidWrite(const tracked_objects::Location& location, in DidWrite() function in sync_file_system::SyncableFileOperationRunnerTest
Dsyncable_file_system_operation.cc378 void SyncableFileSystemOperation::DidWrite( in DidWrite() function in sync_file_system::SyncableFileSystemOperation
Dcanned_syncable_file_system.cc170 void DidWrite(const base::Callback<void(int64 result)>& completion_callback, in DidWrite() function in sync_file_system::__anonc7d06cbb0111::WriteHelper
/external/chromium_org/content/browser/fileapi/
Dfile_system_operation_impl_write_unittest.cc132 void DidWrite(base::File::Error status, int64 bytes, bool complete) { in DidWrite() function in content::FileSystemOperationImplWriteTest
Dfile_writer_delegate_unittest.cc57 void DidWrite(base::File::Error status, int64 bytes, in DidWrite() function in content::__anon091c3af10111::Result
Dfileapi_message_filter.cc743 void FileAPIMessageFilter::DidWrite(int request_id, in DidWrite() function in content::FileAPIMessageFilter
/external/chromium_org/base/files/
Dfile_proxy_unittest.cc65 void DidWrite(File::Error error, in DidWrite() function in base::FileProxyTest
/external/chromium_org/google_apis/drive/
Dbase_requests.cc170 void ResponseWriter::DidWrite(scoped_refptr<net::IOBuffer> buffer, in DidWrite() function in google_apis::ResponseWriter