Searched defs:spdy_servers (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_server_properties_impl_unittest.cc49 std::vector<std::string> spdy_servers; local
50 impl_.InitializeSpdyServers(&spdy_servers, true);
145 // Check there are no spdy_servers.
H A Dhttp_server_properties_impl.cc40 std::vector<std::string>* spdy_servers,
43 if (!spdy_servers)
46 for (std::vector<std::string>::reverse_iterator it = spdy_servers->rbegin();
47 it != spdy_servers->rend(); ++it) {
39 InitializeSpdyServers( std::vector<std::string>* spdy_servers, bool support_spdy) argument
H A Dhttp_server_properties_manager.cc353 scoped_ptr<StringVector> spdy_servers(new StringVector);
400 spdy_servers->push_back(server_str);
516 base::Owned(spdy_servers.release()),
525 StringVector* spdy_servers,
535 UMA_HISTOGRAM_COUNTS("Net.CountOfSpdyServers", spdy_servers->size());
536 http_server_properties_impl_->InitializeSpdyServers(spdy_servers, true);
524 UpdateCacheFromPrefsOnNetworkThread( StringVector* spdy_servers, net::SpdySettingsMap* spdy_settings_map, net::AlternateProtocolMap* alternate_protocol_map, net::AlternateProtocolExperiment alternate_protocol_experiment, net::SupportsQuicMap* supports_quic_map, bool detected_corrupted_prefs) argument

Completed in 78 milliseconds