HomeSort by relevance Sort by last modified time
    Searched refs:set_async_write (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/protocol/
buffered_socket_writer_unittest.cc 122 socket_->set_async_write(true);
134 socket_->set_async_write(true);
141 socket_->set_async_write(true);
148 socket_->set_async_write(false);
160 socket_->set_async_write(true);
165 socket_->set_async_write(false);
176 socket_->set_async_write(true);
channel_multiplexer_unittest.cc 93 host_socket->set_async_write(true);
251 set_async_write(false);
289 set_async_write(true);
323 set_async_write(true);
fake_stream_socket.h 46 void set_async_write(bool async_write) { async_write_ = async_write; } function in class:remoting::protocol::FakeStreamSocket
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.h 36 void set_async_write(bool async_write) { async_write_ = async_write; } function in class:FakeSocket
socket_host_tcp_unittest.cc 214 socket_->set_async_write(true);
366 socket_->set_async_write(true);

Completed in 1092 milliseconds