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 121 socket_->set_async_write(true);
133 socket_->set_async_write(true);
140 socket_->set_async_write(true);
147 socket_->set_async_write(false);
159 socket_->set_async_write(true);
164 socket_->set_async_write(false);
175 socket_->set_async_write(true);
channel_multiplexer_unittest.cc 89 host_socket->set_async_write(true);
247 set_async_write(false);
285 set_async_write(true);
319 set_async_write(true);
fake_session.h 47 void set_async_write(bool async_write) { async_write_ = async_write; } function in class:remoting::protocol::FakeSocket
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_unittest.cc 213 socket_->set_async_write(true);
329 socket_->set_async_write(true);
socket_host_test_utils.h 55 void set_async_write(bool async_write) { async_write_ = async_write; } function in class:__anon10149::FakeSocket

Completed in 223 milliseconds