HomeSort by relevance Sort by last modified time
    Searched refs:PIPELINE_UNKNOWN (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/http/
http_pipelined_host_capability.h 13 PIPELINE_UNKNOWN = 0,
http_pipelined_host_impl_unittest.cc 156 SetCapability(PIPELINE_UNKNOWN);
175 SetCapability(PIPELINE_UNKNOWN);
196 SetCapability(PIPELINE_UNKNOWN);
215 SetCapability(PIPELINE_UNKNOWN);
234 SetCapability(PIPELINE_UNKNOWN);
251 SetCapability(PIPELINE_UNKNOWN);
271 SetCapability(PIPELINE_UNKNOWN);
294 SetCapability(PIPELINE_UNKNOWN);
http_pipelined_host_pool_unittest.cc 106 PIPELINE_UNKNOWN, false))
134 PIPELINE_UNKNOWN, false))
144 PIPELINE_UNKNOWN, false))
164 PIPELINE_UNKNOWN, false))
184 PIPELINE_UNKNOWN, false))
198 PIPELINE_UNKNOWN, false))
208 PIPELINE_UNKNOWN, false))
217 EXPECT_EQ(PIPELINE_UNKNOWN,
http_pipelined_host_impl.cc 113 if (capability_ == PIPELINE_UNKNOWN) {
159 case PIPELINE_UNKNOWN:
http_server_properties_impl.cc 268 HttpPipelinedHostCapability capability = PIPELINE_UNKNOWN;
  /external/chromium_org/chrome/browser/net/
http_server_properties_manager.cc 368 int pipeline_capability = net::PIPELINE_UNKNOWN;
371 pipeline_capability != net::PIPELINE_UNKNOWN) {
530 pipeline_capability(net::PIPELINE_UNKNOWN) {
538 pipeline_capability(net::PIPELINE_UNKNOWN) {
670 if (server_pref.pipeline_capability != net::PIPELINE_UNKNOWN) {
http_server_properties_manager_unittest.cc 382 EXPECT_EQ(net::PIPELINE_UNKNOWN,
384 EXPECT_EQ(net::PIPELINE_UNKNOWN,
458 EXPECT_EQ(net::PIPELINE_UNKNOWN,
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc     [all...]

Completed in 75 milliseconds