OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpStreamRequest
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/http/
http_stream_factory_impl_request.h
16
class HttpStreamFactoryImpl::Request : public
HttpStreamRequest
{
20
HttpStreamRequest
::Delegate* delegate,
53
//
HttpStreamRequest
::Delegate methods which we implement. Note we don't
54
// actually subclass
HttpStreamRequest
::Delegate.
80
//
HttpStreamRequest
methods.
98
HttpStreamRequest
::Delegate* const delegate_;
http_stream_factory.h
35
// The
HttpStreamRequest
is the client's handle to the worker object which
40
class
HttpStreamRequest
{
42
// The
HttpStreamRequest
::Delegate is a set of callback methods for a
52
// stream, since the
HttpStreamRequest
may have modified the configuration
55
// since the
HttpStreamRequest
performs the proxy resolution.
63
// stream, since the
HttpStreamRequest
may have modified the configuration
70
// stream, since the
HttpStreamRequest
may have modified the configuration
79
// the
HttpStreamRequest
.
83
// authentication failure and restart the
HttpStreamRequest
entirely.
86
// by the
HttpStreamRequest
. |proxy_response| is not guaranteed to be usabl
[
all
...]
http_stream_factory_impl.h
28
virtual
HttpStreamRequest
* RequestStream(
31
HttpStreamRequest
::Delegate* delegate,
http_network_transaction.h
31
class
HttpStreamRequest
;
36
public
HttpStreamRequest
::Delegate {
60
//
HttpStreamRequest
::Delegate methods:
237
// |proxy_info_| is the ProxyInfo used by the
HttpStreamRequest
.
240
scoped_ptr<
HttpStreamRequest
> stream_request_;
http_stream_factory_impl.cc
52
HttpStreamRequest
* HttpStreamFactoryImpl::RequestStream(
55
HttpStreamRequest
::Delegate* delegate,
http_stream_factory_impl_request.cc
17
HttpStreamRequest
::Delegate* delegate,
Completed in 104 milliseconds