Searched refs:GetStreamError (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.h93 const XmlElement *GetStreamError();
H A Dxmppengine.h162 ERROR_STREAM, //!< XMPP stream error - see GetStreamError()
254 virtual const XmlElement * GetStreamError() = 0;
H A Dxmppclient.cc191 const XmlElement* XmppClient::GetStreamError() { function in class:buzz::XmppClient
195 return d_->engine_->GetStreamError();
H A Dxmppengineimpl.h133 virtual const XmlElement* GetStreamError() { return stream_error_.get(); } function in class:buzz::XmppEngineImpl
H A Dxmpplogintask_unittest.cc608 "</str:error>", engine()->GetStreamError()->Str());
/external/chromium_org/jingle/notifier/base/
H A Dxmpp_connection.cc117 weak_xmpp_client_->GetStreamError();

Completed in 64 milliseconds