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

  /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 690 milliseconds