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

/external/chromium_org/net/http/
H A Dhttp_server_properties_manager_unittest.cc194 base::DictionaryValue* http_server_properties_dict = local
196 HttpServerPropertiesManager::SetVersion(http_server_properties_dict, -1);
197 http_server_properties_dict->SetWithoutPathExpansion("servers", servers_dict);
201 http_server_properties_dict);
203 http_server_properties_dict->DeepCopy();
H A Dhttp_server_properties_manager.cc110 base::DictionaryValue* http_server_properties_dict,
116 http_server_properties_dict->SetInteger("version", version_number);
333 const base::DictionaryValue& http_server_properties_dict = local
337 if (!http_server_properties_dict.GetIntegerWithoutPathExpansion("version",
344 // http_server_properties_dict["servers"][server].
346 if (!http_server_properties_dict.GetDictionaryWithoutPathExpansion(
749 base::DictionaryValue http_server_properties_dict; local
808 http_server_properties_dict.SetWithoutPathExpansion("servers", servers_dict);
809 SetVersion(&http_server_properties_dict, kVersionNumber);
811 pref_service_->Set(path_, http_server_properties_dict);
109 SetVersion( base::DictionaryValue* http_server_properties_dict, int version_number) argument
[all...]

Completed in 155 milliseconds