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

/external/chromium_org/components/gcm_driver/
H A Ddefault_gcm_app_handler.cc27 void DefaultGCMAppHandler::OnMessagesDeleted(const std::string& app_id) { function in class:gcm::DefaultGCMAppHandler
H A Dfake_gcm_app_handler.cc37 void FakeGCMAppHandler::OnMessagesDeleted(const std::string& app_id) { function in class:gcm::FakeGCMAppHandler
H A Dgcm_account_mapper.cc145 void GCMAccountMapper::OnMessagesDeleted(const std::string& app_id) { function in class:gcm::GCMAccountMapper
H A Dgcm_driver_android.cc82 void GCMDriverAndroid::OnMessagesDeleted(JNIEnv* env, function in class:gcm::GCMDriverAndroid
87 GetAppHandler(app_id)->OnMessagesDeleted(app_id);
H A Dgcm_driver_desktop.cc48 virtual void OnMessagesDeleted(const std::string& app_id) OVERRIDE;
176 void GCMDriverDesktop::IOWorker::OnMessagesDeleted(const std::string& app_id) { function in class:gcm::GCMDriverDesktop::IOWorker
710 GetAppHandler(app_id)->OnMessagesDeleted(app_id);
H A Dgcm_client_impl_unittest.cc255 virtual void OnMessagesDeleted(const std::string& app_id) OVERRIDE;
527 void GCMClientImplTest::OnMessagesDeleted(const std::string& app_id) { function in class:gcm::GCMClientImplTest
/external/chromium_org/chrome/browser/extensions/
H A Dextension_gcm_app_handler.cc72 void ExtensionGCMAppHandler::OnMessagesDeleted(const std::string& app_id) { function in class:extensions::ExtensionGCMAppHandler
73 js_event_router_->OnMessagesDeleted(app_id);
/external/chromium_org/chrome/browser/extensions/api/gcm/
H A Dgcm_api.cc226 void GcmJsEventRouter::OnMessagesDeleted(const std::string& app_id) { function in class:extensions::GcmJsEventRouter
228 api::gcm::OnMessagesDeleted::kEventName,
229 api::gcm::OnMessagesDeleted::Create().Pass(),
/external/chromium_org/chrome/browser/services/gcm/
H A Dpush_messaging_service_impl.cc140 void PushMessagingServiceImpl::OnMessagesDeleted(const std::string& app_id) { function in class:gcm::PushMessagingServiceImpl
/external/chromium_org/components/invalidation/
H A Dgcm_invalidation_bridge.cc325 void GCMInvalidationBridge::OnMessagesDeleted(const std::string& app_id) { function in class:invalidation::GCMInvalidationBridge

Completed in 861 milliseconds