OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnHttpStreamEvent
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
httpbase.cc
383
http_stream_->SignalEvent.connect(this, &HttpBase::
OnHttpStreamEvent
);
408
OnHttpStreamEvent
(http_stream_, SE_CLOSE, HE_DISCONNECTED);
445
OnHttpStreamEvent
(http_stream_, SE_CLOSE, HE_DISCONNECTED);
700
OnHttpStreamEvent
(http_stream_, SE_CLOSE, error);
757
HttpBase::
OnHttpStreamEvent
(StreamInterface* stream, int events, int error) {
httpbase.h
144
void
OnHttpStreamEvent
(StreamInterface* stream, int events, int error);
Completed in 353 milliseconds