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

/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_app_handler.cc11 FakeGCMAppHandler::FakeGCMAppHandler() function in class:gcm::FakeGCMAppHandler
15 FakeGCMAppHandler::~FakeGCMAppHandler() {
18 void FakeGCMAppHandler::WaitForNotification() {
24 void FakeGCMAppHandler::ShutdownHandler() {
27 void FakeGCMAppHandler::OnMessage(const std::string& app_id,
37 void FakeGCMAppHandler::OnMessagesDeleted(const std::string& app_id) {
45 void FakeGCMAppHandler::OnSendError(
56 void FakeGCMAppHandler
[all...]
H A Dfake_gcm_app_handler.h18 class FakeGCMAppHandler : public GCMAppHandler { class in namespace:gcm
27 FakeGCMAppHandler();
28 virtual ~FakeGCMAppHandler();
62 DISALLOW_COPY_AND_ASSIGN(FakeGCMAppHandler);

Completed in 75 milliseconds