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

/external/chromium_org/jingle/notifier/base/
H A Dserver_information.cc11 ServerInformation::ServerInformation( function in class:notifier::ServerInformation
18 ServerInformation::ServerInformation() function in class:notifier::ServerInformation
21 ServerInformation::~ServerInformation() {}
23 bool ServerInformation::Equals(const ServerInformation& other) const {
H A Dserver_information.h18 struct ServerInformation { struct in namespace:notifier
19 ServerInformation(const net::HostPortPair& server,
21 ServerInformation();
22 ~ServerInformation();
24 bool Equals(const ServerInformation& other) const;
30 typedef std::vector<ServerInformation> ServerList;

Completed in 78 milliseconds