Home | History | Annotate | Download | only in privet

Lines Matching refs:endpoints

53 const char kInfoEndpointsKey[] = "endpoints";
227 std::unique_ptr<base::DictionaryValue> endpoints(new base::DictionaryValue());
229 endpoints->SetInteger(kInfoEndpointsHttpPortKey, http_endpoint.first);
230 endpoints->SetInteger(kInfoEndpointsHttpUpdatePortKey, http_endpoint.second);
233 endpoints->SetInteger(kInfoEndpointsHttpsPortKey, https_endpoint.first);
234 endpoints->SetInteger(kInfoEndpointsHttpsUpdatePortKey,
237 return endpoints;