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

  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_base.h 38 const std::string& server_hostname,
193 const std::string& server_hostname,
244 std::string server_hostname; member in struct:chromeos::NetworkLibraryImplBase::ConnectData
native_network_parser.cc 1340 std::string server_hostname; local
    [all...]
network_library.h 608 const std::string& server_hostname() const { return server_hostname_; } function in class:chromeos::VirtualNetwork
648 void SetServerHostname(const std::string& server_hostname);
666 void set_server_hostname(const std::string& server_hostname) {
667 server_hostname_ = server_hostname;
    [all...]
  /external/chromium_org/chromeos/network/
cros_network_functions_unittest.cc 598 const std::string server_hostname = "server hostname"; local
618 new base::StringValue(server_hostname));
635 service_name, server_hostname, provider_type,
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 702 std::string provider_type, server_hostname, username, group_name; local
710 flimflam::kHostProperty, &server_hostname);
743 if (server_textfield_ && !server_hostname.empty())
744 server_textfield_->SetText(UTF8ToUTF16(server_hostname));
    [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...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1370 std::string service_path, server_hostname; local
    [all...]

Completed in 172 milliseconds