HomeSort by relevance Sort by last modified time
    Searched full:channel_authenticators_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
secure_channel_factory.cc 25 DCHECK(channel_authenticators_.empty());
40 AuthenticatorMap::iterator it = channel_authenticators_.find(name);
41 if (it == channel_authenticators_.end()) {
45 channel_authenticators_.erase(it);
60 channel_authenticators_[name] = channel_authenticator;
74 AuthenticatorMap::iterator it = channel_authenticators_.find(name);
75 DCHECK(it != channel_authenticators_.end());
77 channel_authenticators_.erase(it);
secure_channel_factory.h 52 AuthenticatorMap channel_authenticators_; member in class:remoting::protocol::SecureChannelFactory

Completed in 94 milliseconds