HomeSort by relevance Sort by last modified time
    Searched refs:server_hostname (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.h 66 const string& server_hostname,
69 const string& server_hostname,
73 const string& server_hostname,
quic_test_client.cc 162 const string& server_hostname,
165 QuicServerId(server_hostname,
175 const string& server_hostname,
179 QuicServerId(server_hostname,
190 const string& server_hostname,
196 QuicServerId(server_hostname,
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 714 std::string provider_type, server_hostname, username, group_name; local
723 shill::kHostProperty, &server_hostname);
758 if (server_textfield_ && !server_hostname.empty())
759 server_textfield_->SetText(base::UTF8ToUTF16(server_hostname));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 692 std::string service_path, server_hostname; local
695 !args->GetString(1, &server_hostname)) {
701 new base::StringValue(server_hostname));
    [all...]

Completed in 217 milliseconds