OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpServerProperties
(Results
1 - 25
of
44
) sorted by null
1
2
/external/chromium_org/net/http/
http_server_properties.h
76
class NET_EXPORT
HttpServerProperties
{
78
HttpServerProperties
() {}
79
virtual ~
HttpServerProperties
() {}
82
virtual base::WeakPtr<
HttpServerProperties
> GetWeakPtr() = 0;
147
DISALLOW_COPY_AND_ASSIGN(
HttpServerProperties
);
http_pipelined_host_pool.h
25
class
HttpServerProperties
;
44
const base::WeakPtr<
HttpServerProperties
>& http_server_properties,
94
const base::WeakPtr<
HttpServerProperties
> http_server_properties_;
http_network_session.h
38
class
HttpServerProperties
;
71
base::WeakPtr<
HttpServerProperties
> http_server_properties;
139
base::WeakPtr<
HttpServerProperties
> http_server_properties() {
186
const base::WeakPtr<
HttpServerProperties
> http_server_properties_;
http_server_properties_impl.h
31
: public
HttpServerProperties
,
73
//
HttpServerProperties
methods:
77
virtual base::WeakPtr<
HttpServerProperties
> GetWeakPtr() OVERRIDE;
http_stream_factory.h
40
class
HttpServerProperties
;
182
const base::WeakPtr<
HttpServerProperties
>& http_server_properties,
http_pipelined_host_pool.cc
36
const base::WeakPtr<
HttpServerProperties
>& http_server_properties,
http_cache.h
51
class
HttpServerProperties
;
http_server_properties_impl.cc
116
base::WeakPtr<
HttpServerProperties
> HttpServerPropertiesImpl::GetWeakPtr() {
http_stream_factory.cc
73
const base::WeakPtr<
HttpServerProperties
>& http_server_properties,
/external/chromium_org/net/url_request/
url_request_context_storage.h
21
class
HttpServerProperties
;
60
scoped_ptr<
HttpServerProperties
> http_server_properties);
89
scoped_ptr<
HttpServerProperties
> http_server_properties_;
url_request_context.h
143
const base::WeakPtr<
HttpServerProperties
>& http_server_properties) {
146
base::WeakPtr<
HttpServerProperties
> http_server_properties() const {
229
base::WeakPtr<
HttpServerProperties
> http_server_properties_;
url_request_context_storage.cc
87
scoped_ptr<
HttpServerProperties
> http_server_properties) {
url_request_context_builder.cc
253
scoped_ptr<net::
HttpServerProperties
>(
/external/chromium_org/net/spdy/
spdy_session_pool.h
35
class
HttpServerProperties
;
52
const base::WeakPtr<
HttpServerProperties
>& http_server_properties,
127
base::WeakPtr<
HttpServerProperties
> http_server_properties() {
194
const base::WeakPtr<
HttpServerProperties
> http_server_properties_;
spdy_session.h
206
const base::WeakPtr<
HttpServerProperties
>& http_server_properties,
[
all
...]
/external/chromium_org/net/quic/
quic_stream_factory.h
30
class
HttpServerProperties
;
88
base::WeakPtr<
HttpServerProperties
> http_server_properties,
193
base::WeakPtr<
HttpServerProperties
> http_server_properties_;
/external/chromium_org/chrome/browser/net/
http_server_properties_manager.h
33
// The manager for creating and updating an
HttpServerProperties
(for example it
53
: public net::
HttpServerProperties
{
81
// net::
HttpServerProperties
methods:
85
virtual base::WeakPtr<net::
HttpServerProperties
> GetWeakPtr() OVERRIDE;
/external/chromium_org/chrome/browser/profiles/
profile_io_data.h
52
class
HttpServerProperties
;
336
base::WeakPtr<net::
HttpServerProperties
> http_server_properties() const;
339
scoped_ptr<net::
HttpServerProperties
> http_server_properties) const;
525
mutable scoped_ptr<net::
HttpServerProperties
>
profile_impl_io_data.h
22
class
HttpServerProperties
;
81
// security state since |time| and also deletes
HttpServerProperties
data.
179
// security state since |time| and also deletes
HttpServerProperties
data.
/external/chromium_org/mojo/shell/
url_request_context_getter.cc
79
scoped_ptr<net::
HttpServerProperties
>(
/external/chromium_org/remoting/base/
url_request_context.cc
95
scoped_ptr<net::
HttpServerProperties
>(
/external/chromium_org/chrome/browser/
io_thread.h
49
class
HttpServerProperties
;
125
scoped_ptr<net::
HttpServerProperties
> http_server_properties;
/external/chromium_org/chrome/service/net/
service_url_request_context.cc
120
scoped_ptr<net::
HttpServerProperties
>(
/external/chromium_org/content/browser/loader/
resource_scheduler.cc
412
const net::
HttpServerProperties
& http_server_properties =
454
const net::
HttpServerProperties
& http_server_properties =
/external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc
131
scoped_ptr<net::
HttpServerProperties
>(
Completed in 1761 milliseconds
1
2