Searched defs:DoWrite (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/common/
H A Dpartial_circular_buffer.cc146 DoWrite(buffer_data_->data + position_, buffer, to_write);
156 DoWrite(buffer_data_->data + position_,
162 void PartialCircularBuffer::DoWrite(void* dest, const void* src, uint32 num) { function in class:PartialCircularBuffer
/external/chromium_org/remoting/protocol/
H A Dconnection_tester.cc37 DoWrite();
68 void StreamConnectionTester::DoWrite() { function in class:remoting::protocol::StreamConnectionTester
86 DoWrite();
155 DoWrite();
175 void DatagramConnectionTester::DoWrite() { function in class:remoting::protocol::DatagramConnectionTester
210 base::Bind(&DatagramConnectionTester::DoWrite, base::Unretained(this)),
H A Dbuffered_socket_writer.cc57 DoWrite();
59 // DoWrite() may trigger OnWriteError() to be called.
63 void BufferedSocketWriterBase::DoWrite() { function in class:remoting::protocol::BufferedSocketWriterBase
132 DoWrite();
H A Dfake_stream_socket.cc109 DoWrite(buf, buf_len);
126 DoWrite(buf.get(), buf_len);
130 void FakeStreamSocket::DoWrite(net::IOBuffer* buf, int buf_len) { function in class:remoting::protocol::FakeStreamSocket
H A Dchannel_multiplexer.cc86 bool DoWrite(scoped_ptr<MultiplexPacket> packet,
243 bool ChannelMultiplexer::MuxChannel::DoWrite( function in class:remoting::protocol::ChannelMultiplexer::MuxChannel
251 return multiplexer_->DoWrite(packet.Pass(), done_task);
309 bool result = channel_->DoWrite(packet.Pass(), base::Bind(
506 bool ChannelMultiplexer::DoWrite(scoped_ptr<MultiplexPacket> packet, function in class:remoting::protocol::ChannelMultiplexer
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.cc278 // We defer execution of DoWrite() here for similar reasons as
295 base::Bind(&ChromeAsyncSocket::DoWrite,
302 void ChromeAsyncSocket::DoWrite() { function in class:jingle_glue::ChromeAsyncSocket
H A Dpseudotcp_adapter_unittest.cc207 DoWrite();
220 void DoWrite() { function in class:jingle_glue::__anon8511::TCPChannelTester
238 DoWrite();
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_posix.cc119 base::Bind(&File::DoWrite, this, buffer, buffer_len, offset),
174 int File::DoWrite(const void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.cc168 rv = DoWrite();
256 int DiskCacheBasedQuicServerInfo::DoWrite() { function in class:net::DiskCacheBasedQuicServerInfo
H A Ddisk_based_cert_cache.cc100 int DoWrite();
200 rv = DoWrite();
243 int DiskBasedCertCache::WriteWorker::DoWrite() { function in class:net::DiskBasedCertCache::WriteWorker
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.cc204 DoWrite();
229 DoWrite();
340 void NativeMessageProcessHost::DoWrite() { function in class:extensions::NativeMessageProcessHost
385 DoWrite();
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_impl.cc139 void WebFileWriterImpl::DoWrite( function in class:content::WebFileWriterImpl
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_transport.cc211 rv = DoWrite();
250 int CastTransport::DoWrite() { function in class:extensions::core_api::cast_channel::CastTransport
H A Dcast_socket.cc530 rv = DoWrite();
566 int CastSocket::DoWrite() { function in class:extensions::core_api::cast_channel::CastSocket
/external/chromium_org/net/socket/
H A Dsocket_libevent.cc266 int rv = DoWrite(buf, buf_len);
436 int SocketLibevent::DoWrite(IOBuffer* buf, int buf_len) { function in class:net::SocketLibevent
442 int rv = DoWrite(write_buf_.get(), write_buf_len_);
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp.cc373 DoWrite();
376 void P2PSocketHostTcpBase::DoWrite() { function in class:content::P2PSocketHostTcpBase
392 DoWrite();
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_socket.cc218 DoWrite();
498 DoWrite();
527 void PepperTCPSocket::DoWrite() { function in class:content::PepperTCPSocket
H A Dpepper_tcp_socket_message_filter.cc377 DoWrite(context->MakeReplyMessageContext());
618 void PepperTCPSocketMessageFilter::DoWrite( function in class:content::PepperTCPSocketMessageFilter
826 DoWrite(context);
/external/chromium_org/net/tools/flip_server/
H A Dsm_connection.cc291 if (!DoWrite())
528 bool SMConnection::DoWrite() { function in class:net::SMConnection
533 << "DoWrite: fd == -1. Returning false.";
537 VLOG(2) << log_prefix_ << "DoWrite: Output list empty.";
547 << "DoWrite: Items in output list: " << output_list_.size();
619 << "DoWrite: error_or_close. Returning false "
621 Cleanup("DoWrite");
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc101 void DoWrite() { function in class:__anon2952::Writer
441 base::Bind(&Writer::DoWrite,
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc475 base::Bind(&CannedSyncableFileSystem::DoWrite,
687 void CannedSyncableFileSystem::DoWrite( function in class:sync_file_system::CannedSyncableFileSystem
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc238 void DoWrite(const base::FilePath& path,
273 base::Bind(&FileAccessProvider::DoWrite,
290 void FileAccessProvider::DoWrite(const base::FilePath& path, function in class:options::FileAccessProvider
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc706 DoWrite(thread, true);
710 DoWrite(thread, false);
713 void DoWrite(ThreadState* thread, bool seq) { function in class:leveldb::__anon12439::RandomGenerator::Benchmark
/external/chromium_org/net/spdy/
H A Dspdy_session.cc1475 result = DoWrite();
1501 int SpdySession::DoWrite() { function in class:net::SpdySession

Completed in 7897 milliseconds