HomeSort by relevance Sort by last modified time
    Searched refs:OnRequestError (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubclient.cc 43 request_task->SignalError.connect(this, &PubSubClient::OnRequestError);
90 void PubSubClient::OnRequestError(IqTask* task,
pubsubclient.h 105 void OnRequestError(IqTask* task,
pubsubclient_unittest.cc 38 void OnRequestError(buzz::PubSubClient* client,
88 listener.get(), &TestPubSubItemsListener::OnRequestError);
hangoutpubsubclient_unittest.cc 79 void OnRequestError(const std::string& node, const buzz::XmlElement* stanza) {
203 listener.get(), &TestHangoutPubSubListener::OnRequestError);

Completed in 48 milliseconds