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

  /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; }
78 bool async_write_; member in class:FakeSocket
socket_host_test_utils.cc 25 async_write_(false),
79 if (async_write_) {
  /external/chromium_org/remoting/protocol/
fake_stream_socket.h 46 void set_async_write(bool async_write) { async_write_ = async_write; }
97 bool async_write_; member in class:remoting::protocol::FakeStreamSocket
fake_stream_socket.cc 20 : async_write_(false),
96 if (async_write_) {

Completed in 37 milliseconds