OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
(
34
ThirdPartyAuthenticatorBase
::~
ThirdPartyAuthenticatorBase
() {
37
Authenticator::State
ThirdPartyAuthenticatorBase
::state() const {
44
ThirdPartyAuthenticatorBase
::rejection_reason() const {
52
void
ThirdPartyAuthenticatorBase
::ProcessMessage
[
all
...]
third_party_authenticator_base.h
33
class
ThirdPartyAuthenticatorBase
: public Authenticator {
35
virtual ~
ThirdPartyAuthenticatorBase
();
52
explicit
ThirdPartyAuthenticatorBase
(State initial_state);
72
DISALLOW_COPY_AND_ASSIGN(
ThirdPartyAuthenticatorBase
);
Completed in 374 milliseconds