OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 {
44
NegotiatingAuthenticatorBase
::rejection_reason() const {
48
void
NegotiatingAuthenticatorBase
::ProcessMessageInternal
[
all
...]
negotiating_authenticator_base.h
61
class
NegotiatingAuthenticatorBase
: public Authenticator {
63
virtual ~
NegotiatingAuthenticatorBase
();
85
explicit
NegotiatingAuthenticatorBase
(Authenticator::State initial_state);
104
DISALLOW_COPY_AND_ASSIGN(
NegotiatingAuthenticatorBase
);
Completed in 1141 milliseconds