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

  /external/webrtc/webrtc/base/
httpbase.h 117 StreamInterface* GetDocumentStream();
132 // support GetDocumentStream(). However, since the HttpParser is callback
httpclient.h 117 StreamInterface* GetDocumentStream();
httpbase_unittest.cc 191 http_stream = base.GetDocumentStream();
httpclient.cc 332 StreamInterface* HttpClient::GetDocumentStream() {
333 return base_.GetDocumentStream();
httpbase.cc 472 StreamInterface* HttpBase::GetDocumentStream() {

Completed in 73 milliseconds