HomeSort by relevance Sort by last modified time
    Searched defs:HttpStreamFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_stream_factory.cc 18 const HostMappingRules* HttpStreamFactory::host_mapping_rules_ = NULL;
20 const std::string* HttpStreamFactory::next_protos_ = NULL;
22 bool HttpStreamFactory::spdy_enabled_ = true;
24 bool HttpStreamFactory::use_alternate_protocols_ = false;
26 bool HttpStreamFactory::force_spdy_over_ssl_ = true;
28 bool HttpStreamFactory::force_spdy_always_ = false;
30 std::list<HostPortPair>* HttpStreamFactory::forced_spdy_exclusions_ = NULL;
32 bool HttpStreamFactory::ignore_certificate_errors_ = false;
34 HttpStreamFactory::~HttpStreamFactory() {}
    [all...]
http_stream_factory.h 145 // The HttpStreamFactory defines an interface for creating usable HttpStreams.
146 class HttpStreamFactory {
148 virtual ~HttpStreamFactory();
229 HttpStreamFactory();
243 DISALLOW_COPY_AND_ASSIGN(HttpStreamFactory);

Completed in 41 milliseconds