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

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.h 55 void set_async_write(bool async_write) { async_write_ = async_write; }
97 bool async_write_; member in class:__anon10149::FakeSocket
110 async_write_(false),
164 if (async_write_) {
  /external/chromium_org/remoting/protocol/
fake_session.h 47 void set_async_write(bool async_write) { async_write_ = async_write; }
85 bool async_write_; member in class:remoting::protocol::FakeSocket
fake_session.cc 21 : async_write_(false),
93 if (async_write_) {

Completed in 44 milliseconds