Searched refs:port_alternate_protocol_dict (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_server_properties_manager.cc436 const base::DictionaryValue* port_alternate_protocol_dict = NULL; local
438 "alternate_protocol", &port_alternate_protocol_dict)) {
446 if (!port_alternate_protocol_dict->GetIntegerWithoutPathExpansion(
454 if (!port_alternate_protocol_dict->GetStringWithoutPathExpansion(
469 if (port_alternate_protocol_dict->HasKey("probability") &&
470 !port_alternate_protocol_dict->GetDoubleWithoutPathExpansion(
780 base::DictionaryValue* port_alternate_protocol_dict = local
784 port_alternate_protocol_dict->SetInteger("port",
788 port_alternate_protocol_dict->SetString("protocol_str", protocol_str);
789 port_alternate_protocol_dict
[all...]

Completed in 76 milliseconds