OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpServerPropertiesImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_server_properties_impl.h
30
class NET_EXPORT
HttpServerPropertiesImpl
34
HttpServerPropertiesImpl
();
35
virtual ~
HttpServerPropertiesImpl
();
154
base::WeakPtrFactory<
HttpServerPropertiesImpl
> weak_ptr_factory_;
156
DISALLOW_COPY_AND_ASSIGN(
HttpServerPropertiesImpl
);
http_server_properties_impl.cc
20
HttpServerPropertiesImpl
::
HttpServerPropertiesImpl
()
26
HttpServerPropertiesImpl
::~
HttpServerPropertiesImpl
() {
29
void
HttpServerPropertiesImpl
::InitializeSpdyServers(
42
void
HttpServerPropertiesImpl
::InitializeAlternateProtocolServers(
55
void
HttpServerPropertiesImpl
::InitializeSpdySettingsServers(
60
void
HttpServerPropertiesImpl
::InitializePipelineCapabilities(
70
void
HttpServerPropertiesImpl
::SetNumPipelinedHostsToRemember(int max_size) {
75
void
HttpServerPropertiesImpl
::GetSpdyServerList
[
all
...]
Completed in 94 milliseconds