Home
last modified time | relevance | path

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

/external/chromium_org/remoting/protocol/
Dfake_authenticator.cc64 CallDoneCallback(); in SecureAndAuthenticate()
73 CallDoneCallback(); in OnAuthBytesWritten()
81 CallDoneCallback(); in OnAuthBytesRead()
84 void FakeChannelAuthenticator::CallDoneCallback() { in CallDoneCallback() function in remoting::protocol::FakeChannelAuthenticator
Dssl_hmac_channel_authenticator.cc283 CallDoneCallback(net::OK, socket_.PassAs<net::StreamSocket>()); in CheckDone()
288 CallDoneCallback(error, scoped_ptr<net::StreamSocket>()); in NotifyError()
291 void SslHmacChannelAuthenticator::CallDoneCallback( in CallDoneCallback() function in remoting::protocol::SslHmacChannelAuthenticator
Dssl_hmac_channel_authenticator.h81 void CallDoneCallback(int error, scoped_ptr<net::StreamSocket> socket);
Dfake_authenticator.h30 void CallDoneCallback();