Searched defs:server_hostname (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h439 const std::string& server_hostname() const { return server_hostname_; } function in class:chromeos::VirtualNetwork
468 void set_server_hostname(const std::string& server_hostname) { argument
469 server_hostname_ = server_hostname;
1122 const std::string& server_hostname,
H A Dnetwork_library.cc2809 connect_data_.server_hostname = server;
2848 vpn->set_server_hostname(data.server_hostname);
4327 std::string server_hostname; member in struct:chromeos::NetworkLibraryImpl::ConnectData

Completed in 153 milliseconds