Home
last modified time | relevance | path

Searched refs:ServerInformation (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/jingle/notifier/base/
Dserver_information.cc11 ServerInformation::ServerInformation( in ServerInformation() function in notifier::ServerInformation
18 ServerInformation::ServerInformation() in ServerInformation() function in notifier::ServerInformation
21 ServerInformation::~ServerInformation() {} in ~ServerInformation()
23 bool ServerInformation::Equals(const ServerInformation& other) const { in Equals()
Dserver_information.h18 struct ServerInformation { struct
19 ServerInformation(const net::HostPortPair& server,
21 ServerInformation();
22 ~ServerInformation();
24 bool Equals(const ServerInformation& other) const;
30 typedef std::vector<ServerInformation> ServerList; argument
Dnotifier_options_util.cc48 ServerInformation(notifier_options.xmpp_host_port, in GetServerList()
53 ServerInformation( in GetServerList()
58 ServerInformation( in GetServerList()
/external/chromium_org/jingle/notifier/communicator/
Dsingle_login_attempt_unittest.cc44 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()
Dlogin_settings.h51 void SetRedirectServer(const ServerInformation& redirect_server);
67 ServerInformation redirect_server_;
Dsingle_login_attempt.h21 struct ServerInformation;
41 virtual void OnRedirect(const ServerInformation& redirect_server) = 0;
Dlogin_settings_unittest.cc22 ServerInformation( in LoginSettingsTest()
50 const ServerInformation redirect_server( in TEST_F()
Dconnection_settings_unittest.cc18 ServerInformation( in ConnectionSettingsTest()
22 ServerInformation( in ConnectionSettingsTest()
Dlogin_settings.cc50 const ServerInformation& redirect_server) { in SetRedirectServer()
Dlogin.h98 virtual void OnRedirect(const ServerInformation& redirect_server) OVERRIDE;
Dlogin.cc74 void Login::OnRedirect(const ServerInformation& redirect_server) { in OnRedirect()
Dsingle_login_attempt.cc129 ServerInformation( in OnError()