Searched refs:ServerInformation (Results 1 – 12 of 12) sorted by relevance
11 ServerInformation::ServerInformation( in ServerInformation() function in notifier::ServerInformation18 ServerInformation::ServerInformation() in ServerInformation() function in notifier::ServerInformation21 ServerInformation::~ServerInformation() {} in ~ServerInformation()23 bool ServerInformation::Equals(const ServerInformation& other) const { in Equals()
18 struct ServerInformation { struct19 ServerInformation(const net::HostPortPair& server,21 ServerInformation();22 ~ServerInformation();24 bool Equals(const ServerInformation& other) const;30 typedef std::vector<ServerInformation> ServerList; argument
48 ServerInformation(notifier_options.xmpp_host_port, in GetServerList()53 ServerInformation( in GetServerList()58 ServerInformation( in GetServerList()
44 virtual void OnRedirect(const ServerInformation& redirect_server) OVERRIDE { in OnRedirect()63 const ServerInformation& redirect_server() const { in redirect_server()70 ServerInformation redirect_server_;94 ServerInformation( in SingleLoginAttemptTest()167 const ServerInformation redirect_server( in TEST_F()182 const ServerInformation redirect_server( in TEST_F()197 const ServerInformation redirect_server( in TEST_F()212 const ServerInformation redirect_server( in TEST_F()
51 void SetRedirectServer(const ServerInformation& redirect_server);67 ServerInformation redirect_server_;
21 struct ServerInformation;41 virtual void OnRedirect(const ServerInformation& redirect_server) = 0;
22 ServerInformation( in LoginSettingsTest()50 const ServerInformation redirect_server( in TEST_F()
18 ServerInformation( in ConnectionSettingsTest()22 ServerInformation( in ConnectionSettingsTest()
50 const ServerInformation& redirect_server) { in SetRedirectServer()
98 virtual void OnRedirect(const ServerInformation& redirect_server) OVERRIDE;
74 void Login::OnRedirect(const ServerInformation& redirect_server) { in OnRedirect()
129 ServerInformation( in OnError()