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

/external/chromium_org/chrome/browser/net/
H A Dhttp_server_properties_manager.cc378 const base::DictionaryValue* port_alternate_protocol_dict = NULL; local
380 "alternate_protocol", &port_alternate_protocol_dict)) {
386 if (!port_alternate_protocol_dict->GetIntegerWithoutPathExpansion(
393 if (!port_alternate_protocol_dict->GetStringWithoutPathExpansion(
658 base::DictionaryValue* port_alternate_protocol_dict = local
662 port_alternate_protocol_dict->SetInteger(
666 port_alternate_protocol_dict->SetString("protocol_str", protocol_str);
668 "alternate_protocol", port_alternate_protocol_dict);

Completed in 96 milliseconds