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

  /external/chromium_org/net/http/
http_stream_factory.cc 22 bool HttpStreamFactory::enabled_protocols_[NUM_ALTERNATE_PROTOCOLS]; member in class:net::HttpStreamFactory
48 enabled_protocols_[i] = false;
75 if (protocol < NUM_ALTERNATE_PROTOCOLS && !enabled_protocols_[protocol])
216 enabled_protocols_[i] = false;
236 enabled_protocols_[alternate] = true;
http_stream_factory.h 299 static bool enabled_protocols_[NUM_ALTERNATE_PROTOCOLS]; member in class:net::HttpStreamFactory

Completed in 261 milliseconds