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

  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.h 164 void OnHttpStreamEvent(StreamInterface* stream, int events, int error);
httpbase.cc 395 http_stream_->SignalEvent.connect(this, &HttpBase::OnHttpStreamEvent);
420 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
457 OnHttpStreamEvent(http_stream_, SE_CLOSE, HE_DISCONNECTED);
711 OnHttpStreamEvent(http_stream_, SE_CLOSE, error);
768 HttpBase::OnHttpStreamEvent(StreamInterface* stream, int events, int error) {

Completed in 35 milliseconds