Searched refs:CopyReadData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dfake_datagram_socket.cc36 int result = CopyReadData(read_buffer_.get(), read_buffer_size_);
59 return CopyReadData(buf, buf_len);
95 int FakeDatagramSocket::CopyReadData(net::IOBuffer* buf, int buf_len) { function in class:remoting::protocol::FakeDatagramSocket
H A Dfake_datagram_socket.h65 int CopyReadData(net::IOBuffer* buf, int buf_len);

Completed in 239 milliseconds