Searched refs:async_write_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_test_utils.h36 void set_async_write(bool async_write) { async_write_ = async_write; }
78 bool async_write_; member in class:FakeSocket
H A Dsocket_host_test_utils.cc25 async_write_(false),
79 if (async_write_) {
/external/chromium_org/remoting/protocol/
H A Dfake_session.h47 void set_async_write(bool async_write) { async_write_ = async_write; }
85 bool async_write_; member in class:remoting::protocol::FakeSocket
H A Dfake_session.cc21 : async_write_(false),
93 if (async_write_) {

Completed in 134 milliseconds