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

  /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/net/http/
http_network_transaction_unittest.cc 7229 const char* server_url; member in struct:net::TestConfig
    [all...]

Completed in 214 milliseconds