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

  /external/chromium_org/net/quic/
quic_stream_factory.cc 563 const string server_hostname = host_port_proxy_pair.first.host(); local
567 if (EndsWith(server_hostname, cannoncial_suffixes_[i], false)) {
591 // as the initial CachedState for the server_hostname in crypto_config.
592 crypto_config->InitializeFrom(server_hostname,
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 709 std::string provider_type, server_hostname, username, group_name; local
717 shill::kHostProperty, &server_hostname);
750 if (server_textfield_ && !server_hostname.empty())
751 server_textfield_->SetText(UTF8ToUTF16(server_hostname));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1375 std::string service_path, server_hostname; local
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 439 const std::string& server_hostname() const { return server_hostname_; } function in class:chromeos::VirtualNetwork
468 void set_server_hostname(const std::string& server_hostname) {
469 server_hostname_ = server_hostname;
    [all...]
network_library.cc 4327 std::string server_hostname; member in struct:chromeos::NetworkLibraryImpl::ConnectData
    [all...]

Completed in 283 milliseconds