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

  /external/chromium_org/remoting/protocol/
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_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);

Completed in 66 milliseconds