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

/external/chromium_org/components/gcm_driver/
H A Dgcm_driver_desktop_unittest.cc46 class FakeGCMConnectionObserver : public GCMConnectionObserver { class in namespace:gcm::__anon6526
48 FakeGCMConnectionObserver();
49 virtual ~FakeGCMConnectionObserver();
61 FakeGCMConnectionObserver::FakeGCMConnectionObserver() : connected_(false) { function in class:gcm::__anon6526::FakeGCMConnectionObserver
64 FakeGCMConnectionObserver::~FakeGCMConnectionObserver() {
67 void FakeGCMConnectionObserver::OnConnected(
72 void FakeGCMConnectionObserver::OnDisconnected() {
110 FakeGCMConnectionObserver* gcm_connection_observe
[all...]

Completed in 1236 milliseconds