OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpStreamBase
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/net/http/
http_response_body_drainer.h
18
class
HttpStreamBase
;
30
explicit HttpResponseBodyDrainer(
HttpStreamBase
* stream);
59
const scoped_ptr<
HttpStreamBase
> stream_;
http_stream.h
24
class NET_EXPORT_PRIVATE HttpStream : public
HttpStreamBase
{
http_stream_base.h
5
//
HttpStreamBase
is an interface for reading and writing data to an
34
class NET_EXPORT_PRIVATE
HttpStreamBase
{
36
HttpStreamBase
() {}
37
virtual ~
HttpStreamBase
() {}
40
// |request_info| must outlive the
HttpStreamBase
.
51
// |response| must outlive the
HttpStreamBase
.
151
DISALLOW_COPY_AND_ASSIGN(
HttpStreamBase
);
http_stream_factory_impl_request_unittest.cc
38
HttpStreamBase
* stream) OVERRIDE {}
59
HttpStreamBase
* stream) OVERRIDE {}
http_stream_factory.h
41
class
HttpStreamBase
;
72
HttpStreamBase
* stream) = 0;
147
HttpStreamBase
* stream) = 0;
http_stream_factory_impl_request.h
81
HttpStreamBase
* stream);
104
HttpStreamBase
* stream);
http_network_transaction.h
31
class
HttpStreamBase
;
78
HttpStreamBase
* stream) OVERRIDE;
98
HttpStreamBase
* stream) OVERRIDE;
279
scoped_ptr<
HttpStreamBase
> stream_;
http_response_body_drainer.cc
16
HttpResponseBodyDrainer::HttpResponseBodyDrainer(
HttpStreamBase
* stream)
http_stream_factory_impl_request.cc
106
HttpStreamBase
* stream) {
206
HttpStreamBase
* stream) {
http_stream_factory_impl_unittest.cc
75
//
HttpStreamBase
methods
165
HttpStreamBase
* stream) OVERRIDE {
206
HttpStreamBase
* stream) OVERRIDE {}
224
HttpStreamBase
* stream() {
237
scoped_ptr<
HttpStreamBase
> stream_;
[
all
...]
http_network_transaction.cc
195
HttpStreamBase
* stream = stream_.release();
472
HttpStreamBase
* stream) {
562
HttpStreamBase
* stream) {
[
all
...]
http_network_transaction_unittest.cc
[
all
...]
/external/chromium_org/net/websockets/
websocket_handshake_stream_base.h
28
//
HttpStreamBase
.
29
class NET_EXPORT WebSocketHandshakeStreamBase : public
HttpStreamBase
{
Completed in 147 milliseconds