Searched refs:GetNextMessage (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/remoting/protocol/
H A Dmessage_decoder.h46 CompoundBuffer* GetNextMessage();
H A Dthird_party_authenticator_base.cc67 scoped_ptr<buzz::XmlElement> ThirdPartyAuthenticatorBase::GetNextMessage() { function in class:remoting::protocol::ThirdPartyAuthenticatorBase
72 message = underlying_->GetNextMessage().Pass();
H A Dmessage_decoder.cc28 CompoundBuffer* MessageDecoder::GetNextMessage() { function in class:remoting::protocol::MessageDecoder
H A Dpairing_authenticator_base.cc82 scoped_ptr<buzz::XmlElement> PairingAuthenticatorBase::GetNextMessage() { function in class:remoting::protocol::PairingAuthenticatorBase
84 scoped_ptr<buzz::XmlElement> result = v2_authenticator_->GetNextMessage();
H A Dauthenticator.h50 // When GetNextMessage() is called:
105 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() = 0;
H A Dnegotiating_client_authenticator.h40 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
H A Dnegotiating_host_authenticator.h51 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
H A Dpairing_authenticator_base.h49 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
85 // Helper methods for ProcessMessage and GetNextMessage
H A Dthird_party_authenticator_base.h42 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
H A Dv2_authenticator.h44 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
H A Dfake_authenticator.h69 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
H A Dmessage_reader.cc94 CompoundBuffer* buffer = message_decoder_.GetNextMessage();
H A Dnegotiating_authenticator_base.cc83 result = current_authenticator_->GetNextMessage();
H A Dv2_authenticator_unittest.cc93 scoped_ptr<buzz::XmlElement> message(client_->GetNextMessage());
H A Dme2me_host_authenticator_factory.cc44 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE {
H A Dmessage_decoder_unittest.cc75 scoped_ptr<CompoundBuffer> message(decoder.GetNextMessage());
H A Dauthenticator_test_base.cc80 message = sender->GetNextMessage();
H A Dfake_authenticator.cc134 scoped_ptr<buzz::XmlElement> FakeAuthenticator::GetNextMessage() { function in class:remoting::protocol::FakeAuthenticator
H A Dnegotiating_client_authenticator.cc82 scoped_ptr<buzz::XmlElement> NegotiatingClientAuthenticator::GetNextMessage() { function in class:remoting::protocol::NegotiatingClientAuthenticator
H A Dnegotiating_host_authenticator.cc150 scoped_ptr<buzz::XmlElement> NegotiatingHostAuthenticator::GetNextMessage() { function in class:remoting::protocol::NegotiatingHostAuthenticator
H A Djingle_session.cc114 authenticator_->GetNextMessage()));
170 auth_message = authenticator_->GetNextMessage();
589 message.info = authenticator_->GetNextMessage();
H A Dv2_authenticator.cc150 scoped_ptr<buzz::XmlElement> V2Authenticator::GetNextMessage() { function in class:remoting::protocol::V2Authenticator
/external/chromium_org/remoting/host/
H A Dpam_authorization_factory_posix.cc30 virtual scoped_ptr<buzz::XmlElement> GetNextMessage() OVERRIDE;
87 scoped_ptr<buzz::XmlElement> PamAuthorizer::GetNextMessage() { function in class:remoting::PamAuthorizer
88 scoped_ptr<buzz::XmlElement> result(underlying_->GetNextMessage());
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_handler_impl.h69 void GetNextMessage();
H A Dconnection_handler_impl.cc151 void ConnectionHandlerImpl::GetNextMessage() { function in class:gcm::ConnectionHandlerImpl
345 base::Bind(&ConnectionHandlerImpl::GetNextMessage,
374 base::Bind(&ConnectionHandlerImpl::GetNextMessage,

Completed in 233 milliseconds

12