HomeSort by relevance Sort by last modified time
    Searched refs:ServerInformation (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/jingle/notifier/base/
server_information.cc 11 ServerInformation::ServerInformation(
18 ServerInformation::ServerInformation()
21 ServerInformation::~ServerInformation() {}
23 bool ServerInformation::Equals(const ServerInformation& other) const {
server_information.h 18 struct ServerInformation {
19 ServerInformation(const net::HostPortPair& server,
21 ServerInformation();
22 ~ServerInformation();
24 bool Equals(const ServerInformation& other) const;
30 typedef std::vector<ServerInformation> ServerList;
notifier_options_util.cc 48 ServerInformation(notifier_options.xmpp_host_port,
53 ServerInformation(
58 ServerInformation(
  /external/chromium_org/jingle/notifier/communicator/
login_settings.h 51 void SetRedirectServer(const ServerInformation& redirect_server);
67 ServerInformation redirect_server_;
single_login_attempt.h 21 struct ServerInformation;
41 virtual void OnRedirect(const ServerInformation& redirect_server) = 0;
connection_settings_unittest.cc 18 ServerInformation(
22 ServerInformation(
login_settings_unittest.cc 22 ServerInformation(
50 const ServerInformation redirect_server(
single_login_attempt_unittest.cc 44 virtual void OnRedirect(const ServerInformation& redirect_server) OVERRIDE {
63 const ServerInformation& redirect_server() const {
70 ServerInformation redirect_server_;
94 ServerInformation(
167 const ServerInformation redirect_server(
182 const ServerInformation redirect_server(
197 const ServerInformation redirect_server(
212 const ServerInformation redirect_server(
login.h 98 virtual void OnRedirect(const ServerInformation& redirect_server) OVERRIDE;
login_settings.cc 50 const ServerInformation& redirect_server) {
login.cc 77 void Login::OnRedirect(const ServerInformation& redirect_server) {
single_login_attempt.cc 129 ServerInformation(

Completed in 830 milliseconds