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

  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.cc 22 const buzz::StaticQName NegotiatingAuthenticatorBase::kMethodAttributeQName =
25 NegotiatingAuthenticatorBase::kSupportedMethodsAttributeQName =
27 const char NegotiatingAuthenticatorBase::kSupportedMethodsSeparator = ',';
29 NegotiatingAuthenticatorBase::NegotiatingAuthenticatorBase(
36 NegotiatingAuthenticatorBase::~NegotiatingAuthenticatorBase() {
39 Authenticator::State NegotiatingAuthenticatorBase::state() const {
43 bool NegotiatingAuthenticatorBase::started() const {
51 NegotiatingAuthenticatorBase::rejection_reason() const
    [all...]
negotiating_authenticator_base.h 61 class NegotiatingAuthenticatorBase : public Authenticator {
63 virtual ~NegotiatingAuthenticatorBase();
86 explicit NegotiatingAuthenticatorBase(Authenticator::State initial_state);
105 DISALLOW_COPY_AND_ASSIGN(NegotiatingAuthenticatorBase);

Completed in 64 milliseconds