Searched defs:server_pref_dict (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_server_properties_manager_unittest.cc148 base::DictionaryValue* server_pref_dict = new base::DictionaryValue; local
151 server_pref_dict->SetBoolean("supports_spdy", true);
157 server_pref_dict->SetWithoutPathExpansion("alternate_protocol",
164 server_pref_dict->SetWithoutPathExpansion("supports_quic", supports_quic);
168 servers_dict->SetWithoutPathExpansion("www.google.com:80", server_pref_dict);
H A Dhttp_server_properties_manager.cc389 const base::DictionaryValue* server_pref_dict = NULL; local
390 if (!it.value().GetAsDictionary(&server_pref_dict)) {
398 if ((server_pref_dict->GetBoolean("supports_spdy", &supports_spdy)) &&
406 if (server_pref_dict->GetDictionaryWithoutPathExpansion(
437 if (!server_pref_dict->GetDictionaryWithoutPathExpansion(
487 if (!server_pref_dict->GetDictionaryWithoutPathExpansion(
757 base::DictionaryValue* server_pref_dict = new base::DictionaryValue; local
761 server_pref_dict->SetBoolean("supports_spdy", server_pref.supports_spdy);
775 server_pref_dict->SetWithoutPathExpansion("settings", spdy_settings_dict);
791 server_pref_dict
[all...]

Completed in 260 milliseconds