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

  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.cc 21 const buzz::StaticQName ThirdPartyAuthenticatorBase::kTokenUrlTag =
23 const buzz::StaticQName ThirdPartyAuthenticatorBase::kTokenScopeTag =
25 const buzz::StaticQName ThirdPartyAuthenticatorBase::kTokenTag =
28 ThirdPartyAuthenticatorBase::ThirdPartyAuthenticatorBase(
35 ThirdPartyAuthenticatorBase::~ThirdPartyAuthenticatorBase() {
38 bool ThirdPartyAuthenticatorBase::started() const {
42 Authenticator::State ThirdPartyAuthenticatorBase::state() const {
49 ThirdPartyAuthenticatorBase::rejection_reason() const
    [all...]
third_party_authenticator_base.h 33 class ThirdPartyAuthenticatorBase : public Authenticator {
35 virtual ~ThirdPartyAuthenticatorBase();
53 explicit ThirdPartyAuthenticatorBase(State initial_state);
74 DISALLOW_COPY_AND_ASSIGN(ThirdPartyAuthenticatorBase);

Completed in 38 milliseconds