Searched defs:GetNextMessage (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dmessage_decoder.cc28 CompoundBuffer* MessageDecoder::GetNextMessage() { function in class:remoting::protocol::MessageDecoder
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 Dthird_party_authenticator_base.cc67 scoped_ptr<buzz::XmlElement> ThirdPartyAuthenticatorBase::GetNextMessage() { function in class:remoting::protocol::ThirdPartyAuthenticatorBase
72 message = underlying_->GetNextMessage().Pass();
H A Dfake_authenticator.cc134 scoped_ptr<buzz::XmlElement> FakeAuthenticator::GetNextMessage() { function in class:remoting::protocol::FakeAuthenticator
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 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/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_browsertest.cc308 Message GetNextMessage() { function in class:file_manager::__anon4425::FileManagerTestListener
425 FileManagerTestListener::Message entry = listener.GetNextMessage();

Completed in 3654 milliseconds