OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NegotiatingClientAuthenticator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/protocol/
negotiating_client_authenticator.h
24
class
NegotiatingClientAuthenticator
: public NegotiatingAuthenticatorBase {
27
NegotiatingClientAuthenticator
(
35
virtual ~
NegotiatingClientAuthenticator
();
82
// Internal
NegotiatingClientAuthenticator
data.
84
base::WeakPtrFactory<
NegotiatingClientAuthenticator
> weak_factory_;
86
DISALLOW_COPY_AND_ASSIGN(
NegotiatingClientAuthenticator
);
negotiating_client_authenticator.cc
22
NegotiatingClientAuthenticator
::
NegotiatingClientAuthenticator
(
44
NegotiatingClientAuthenticator
::~
NegotiatingClientAuthenticator
() {
47
void
NegotiatingClientAuthenticator
::ProcessMessage(
82
scoped_ptr<buzz::XmlElement>
NegotiatingClientAuthenticator
::GetNextMessage() {
113
void
NegotiatingClientAuthenticator
::CreateAuthenticatorForCurrentMethod(
131
&
NegotiatingClientAuthenticator
::CreateV2AuthenticatorWithSecret,
137
void
NegotiatingClientAuthenticator
::CreatePreferredAuthenticator() {
150
void
NegotiatingClientAuthenticator
::CreateV2AuthenticatorWithSecret
[
all
...]
negotiating_authenticator_unittest.cc
79
client_as_negotiating_authenticator_ = new
NegotiatingClientAuthenticator
(
142
NegotiatingClientAuthenticator
* client_as_negotiating_authenticator_;
/external/chromium_org/remoting/client/
chromoting_client.cc
61
new protocol::
NegotiatingClientAuthenticator
(
Completed in 786 milliseconds