Searched defs:pairing_registry_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dnegotiating_host_authenticator.h75 scoped_refptr<PairingRegistry> pairing_registry_; member in class:remoting::protocol::NegotiatingHostAuthenticator
H A Dme2me_host_authenticator_factory.h73 scoped_refptr<PairingRegistry> pairing_registry_; member in class:remoting::protocol::Me2MeHostAuthenticatorFactory
H A Dpairing_host_authenticator.h49 scoped_refptr<PairingRegistry> pairing_registry_; member in class:remoting::protocol::PairingHostAuthenticator
H A Dnegotiating_authenticator_unittest.cc64 pairing_registry_);
74 bool pairing_expected = pairing_registry_.get() != NULL;
87 pairing_registry_ = new SynchronousPairingRegistry(
93 pairing_registry_->AddPairing(pairing);
145 scoped_refptr<PairingRegistry> pairing_registry_; member in class:remoting::protocol::NegotiatingAuthenticatorTest
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host.h176 scoped_refptr<protocol::PairingRegistry> pairing_registry_; member in class:remoting::Me2MeNativeMessagingHost
/external/chromium_org/remoting/host/
H A Dchromoting_host.h150 return pairing_registry_;
154 pairing_registry_ = pairing_registry;
214 scoped_refptr<protocol::PairingRegistry> pairing_registry_; member in class:remoting::ChromotingHost
H A Dclient_session.h249 scoped_refptr<protocol::PairingRegistry> pairing_registry_; member in class:remoting::ClientSession

Completed in 533 milliseconds