OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NegotiatingAuthenticatorBase
(Results
1 - 6
of
6
) 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
);
negotiating_client_authenticator.h
22
// Client-side implementation of
NegotiatingAuthenticatorBase
.
24
class NegotiatingClientAuthenticator : public
NegotiatingAuthenticatorBase
{
negotiating_host_authenticator.h
26
// Host-side implementation of
NegotiatingAuthenticatorBase
.
28
class NegotiatingHostAuthenticator : public
NegotiatingAuthenticatorBase
{
negotiating_client_authenticator.cc
29
:
NegotiatingAuthenticatorBase
(MESSAGE_READY),
73
&
NegotiatingAuthenticatorBase
::ProcessMessageInternal,
negotiating_host_authenticator.cc
27
:
NegotiatingAuthenticatorBase
(WAITING_MESSAGE),
140
&
NegotiatingAuthenticatorBase
::ProcessMessageInternal,
Completed in 254 milliseconds