HomeSort by relevance Sort by last modified time
    Searched defs:FakeGCMAppHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/gcm_driver/
fake_gcm_app_handler.cc 11 FakeGCMAppHandler::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::OnSendAcknowledged
    [all...]
fake_gcm_app_handler.h 18 class FakeGCMAppHandler : public GCMAppHandler {
27 FakeGCMAppHandler();
28 virtual ~FakeGCMAppHandler();
62 DISALLOW_COPY_AND_ASSIGN(FakeGCMAppHandler);

Completed in 320 milliseconds