HomeSort by relevance Sort by last modified time
    Searched refs:NegotiatingClientAuthenticator (Results 1 - 6 of 6) 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/jni/
chromoting_jni_instance.cc 83 authenticator_.reset(new protocol::NegotiatingClientAuthenticator(
  /external/chromium_org/remoting/test/
protocol_perftest.cc 318 new protocol::NegotiatingClientAuthenticator(
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 774 new protocol::NegotiatingClientAuthenticator(
    [all...]

Completed in 132 milliseconds