Home
last modified time | relevance | path

Searched refs:delay_writes_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/core/
Dchannel_win.cc82 bool write_now = !delay_writes_ && outgoing_messages_.empty(); in Write()
169 if (delay_writes_) { in StartOnIOThread()
170 delay_writes_ = false; in StartOnIOThread()
224 if (delay_writes_) { in OnIOCompleted()
225 delay_writes_ = false; in OnIOCompleted()
357 bool delay_writes_ = true; member in mojo::core::__anon2256fa540111::ChannelWin