HomeSort by relevance Sort by last modified time
    Searched defs:server_url (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/service/cloud_print/
connector_settings.h 32 const GURL& server_url() const { function in class:cloud_print::ConnectorSettings
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 294 void ServerConnectionManager::SetServerParameters(const string& server_url,
299 sync_server_ = server_url;
305 // Returns the current server parameters in server_url and port.
306 void ServerConnectionManager::GetServerParameters(string* server_url,
310 if (server_url != NULL)
311 *server_url = sync_server_;
319 string server_url; local
322 GetServerParameters(&server_url, &port, &use_ssl);
324 if (server_url.empty())
327 server_url = "http://" + server_url
    [all...]
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager_browsertest.cc 190 const GURL& server_url = embedded_test_server()->base_url(); variable
194 GURL google_url = server_url.ReplaceComponents(replace_google_host);
  /external/chromium_org/sync/engine/net/
server_connection_manager.cc 333 // Returns the current server parameters in server_url and port.
334 void ServerConnectionManager::GetServerParameters(string* server_url,
337 if (server_url != NULL)
338 *server_url = sync_server_;
346 string server_url; local
349 GetServerParameters(&server_url, &port, &use_ssl);
351 if (server_url.empty())
354 server_url = "http://" + server_url;
355 GURL gurl(server_url);
    [all...]
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service.cc 286 GURL server_url = GURL(server_url_string); local
290 server_url = net::AppendOrReplaceQueryParameter(server_url,
295 server_url = net::AppendOrReplaceQueryParameter(server_url, "osname",
298 DCHECK(server_url.is_valid());
299 return server_url;
  /external/chromium_org/components/policy/core/common/cloud/
device_management_service.cc 149 GURL GetURL(const std::string& server_url);
278 const std::string& server_url) {
279 std::string result(server_url);
459 std::string server_url = GetServerUrl(); local
461 kURLFetcherID, job->GetURL(server_url), net::URLFetcher::POST, this);
  /external/chromium_org/chrome/browser/chromeos/login/
kiosk_browsertest.cc 300 const GURL& server_url = embedded_test_server()->base_url(); variable
305 GURL gaia_url = server_url.ReplaceComponents(replace_gaia_host);
314 GURL webstore_url = server_url.ReplaceComponents(replace_webstore_host);
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 7229 const char* server_url; member in struct:net::TestConfig
    [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 9048 const char* server_url; member in struct:net::TestConfig
    [all...]

Completed in 562 milliseconds