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

/external/chromium_org/components/gcm_driver/
H A Dgcm_connection_observer.cc9 GCMConnectionObserver::GCMConnectionObserver() {} function in class:gcm::GCMConnectionObserver
10 GCMConnectionObserver::~GCMConnectionObserver() {}
12 void GCMConnectionObserver::OnConnected(const net::IPEndPoint& ip_endpoint) {
15 void GCMConnectionObserver::OnDisconnected() {
H A Dgcm_connection_observer.h17 class GCMConnectionObserver { class in namespace:gcm
19 GCMConnectionObserver();
20 virtual ~GCMConnectionObserver();

Completed in 155 milliseconds