HomeSort by relevance Sort by last modified time
    Searched full:mcs_hostname (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/google_apis/gcm/engine/
gservices_settings.cc 41 std::string MakeMCSEndpoint(const std::string& mcs_hostname, int port) {
42 return base::StringPrintf(kMCSEnpointTemplate, mcs_hostname.c_str(), port);
80 std::string mcs_hostname; local
87 mcs_hostname = kDefaultMCSHostname;
94 mcs_hostname = iter->second;
116 GURL mcs_main_endpoint(MakeMCSEndpoint(mcs_hostname, mcs_secure_port));
123 MakeMCSEndpoint(mcs_hostname, kDefaultMCSFallbackSecurePort));
292 std::string mcs_hostname; local
295 mcs_hostname = iter->second;
297 mcs_hostname = kDefaultMCSHostname
318 std::string mcs_hostname; local
    [all...]

Completed in 74 milliseconds