Home
last modified time | relevance | path

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

/external/chromium/net/socket/
Dssl_client_socket_win.cc413 writing_first_token_(false), in SSLClientSocketWin()
573 writing_first_token_ = true; in Connect()
675 writing_first_token_ = false; in Disconnect()
1126 if (writing_first_token_) { in DoHandshakeWriteComplete()
1127 writing_first_token_ = false; in DoHandshakeWriteComplete()
Dssl_client_socket_win.h185 bool writing_first_token_; variable