/external/chromium_org/remoting/host/ |
D | pam_authorization_factory_posix.cc | 30 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE; 87 scoped_ptr<buzz::XmlElement> PamAuthorizer::GetNextMessage() { in GetNextMessage() function in remoting::PamAuthorizer 88 scoped_ptr<buzz::XmlElement> result(underlying_->GetNextMessage()); in GetNextMessage()
|
/external/chromium_org/remoting/protocol/ |
D | third_party_authenticator_base.cc | 67 scoped_ptr<buzz::XmlElement> ThirdPartyAuthenticatorBase::GetNextMessage() { in GetNextMessage() function in remoting::protocol::ThirdPartyAuthenticatorBase 72 message = underlying_->GetNextMessage().Pass(); in GetNextMessage()
|
D | pairing_authenticator_base.cc | 82 scoped_ptr<buzz::XmlElement> PairingAuthenticatorBase::GetNextMessage() { in GetNextMessage() function in remoting::protocol::PairingAuthenticatorBase 84 scoped_ptr<buzz::XmlElement> result = v2_authenticator_->GetNextMessage(); in GetNextMessage()
|
D | message_decoder.h | 46 CompoundBuffer* GetNextMessage();
|
D | message_decoder.cc | 28 CompoundBuffer* MessageDecoder::GetNextMessage() { in GetNextMessage() function in remoting::protocol::MessageDecoder
|
D | authenticator.h | 105 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() = 0;
|
D | third_party_authenticator_base.h | 42 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
|
D | negotiating_host_authenticator.h | 51 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
|
D | negotiating_client_authenticator.h | 40 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
|
D | pairing_authenticator_base.h | 49 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
|
D | v2_authenticator.h | 44 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
|
D | negotiating_authenticator_base.cc | 83 result = current_authenticator_->GetNextMessage(); in GetNextMessageInternal()
|
D | v2_authenticator_unittest.cc | 93 scoped_ptr<buzz::XmlElement> message(client_->GetNextMessage()); in TEST_F()
|
D | message_reader.cc | 94 CompoundBuffer* buffer = message_decoder_.GetNextMessage(); in OnDataReceived()
|
D | fake_authenticator.h | 69 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
|
D | message_decoder_unittest.cc | 75 scoped_ptr<CompoundBuffer> message(decoder.GetNextMessage()); in SimulateReadSequence()
|
D | jingle_session.cc | 114 authenticator_->GetNextMessage())); in StartConnection() 170 auth_message = authenticator_->GetNextMessage(); in ContinueAcceptIncomingConnection() 589 message.info = authenticator_->GetNextMessage(); in ProcessAuthenticationStep()
|
D | me2me_host_authenticator_factory.cc | 44 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE { in GetNextMessage() function in remoting::protocol::__anondd4c0d220111::RejectingAuthenticator
|
D | authenticator_test_base.cc | 80 message = sender->GetNextMessage(); in ContinueAuthExchangeWith()
|
D | fake_authenticator.cc | 134 scoped_ptr<buzz::XmlElement> FakeAuthenticator::GetNextMessage() { in GetNextMessage() function in remoting::protocol::FakeAuthenticator
|
D | negotiating_client_authenticator.cc | 82 scoped_ptr<buzz::XmlElement> NegotiatingClientAuthenticator::GetNextMessage() { in GetNextMessage() function in remoting::protocol::NegotiatingClientAuthenticator
|
D | negotiating_host_authenticator.cc | 150 scoped_ptr<buzz::XmlElement> NegotiatingHostAuthenticator::GetNextMessage() { in GetNextMessage() function in remoting::protocol::NegotiatingHostAuthenticator
|
D | v2_authenticator.cc | 150 scoped_ptr<buzz::XmlElement> V2Authenticator::GetNextMessage() { in GetNextMessage() function in remoting::protocol::V2Authenticator
|
/external/chromium_org/google_apis/gcm/engine/ |
D | connection_handler_impl.cc | 151 void ConnectionHandlerImpl::GetNextMessage() { in GetNextMessage() function in gcm::ConnectionHandlerImpl 345 base::Bind(&ConnectionHandlerImpl::GetNextMessage, in OnGotMessageBytes() 374 base::Bind(&ConnectionHandlerImpl::GetNextMessage, in OnGotMessageBytes()
|
D | connection_handler_impl.h | 69 void GetNextMessage();
|