Searched refs:RemoveAppHandler (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_gcm_app_handler.cc58 GetGCMDriver()->RemoveAppHandler((*extension)->id());
122 RemoveAppHandler(extension->id());
135 RemoveAppHandler(extension->id());
144 RemoveAppHandler(kDummyAppId);
160 void ExtensionGCMAppHandler::RemoveAppHandler(const std::string& app_id) { function in class:extensions::ExtensionGCMAppHandler
161 GetGCMDriver()->RemoveAppHandler(app_id);
H A Dextension_gcm_app_handler.h65 virtual void RemoveAppHandler(const std::string& app_id);
H A Dextension_gcm_app_handler_unittest.cc165 virtual void RemoveAppHandler(const std::string& app_id) OVERRIDE{
166 ExtensionGCMAppHandler::RemoveAppHandler(app_id);
465 GetGCMDriver()->RemoveAppHandler("Foo");
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service.h49 void RemoveAppHandler(const std::string& app_id);
H A Dgcm_profile_service.cc200 void GCMProfileService::RemoveAppHandler(const std::string& app_id) { function in class:gcm::GCMProfileService
202 driver_->RemoveAppHandler(app_id);
H A Dgcm_profile_service_unittest.cc134 gcm_profile_service_->driver()->RemoveAppHandler(kTestAppID);
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_driver.cc22 void FakeGCMDriver::RemoveAppHandler(const std::string& app_id) { function in class:gcm::FakeGCMDriver
H A Dfake_gcm_driver.h23 virtual void RemoveAppHandler(const std::string& app_id) OVERRIDE;
H A Dgcm_driver.h87 virtual void RemoveAppHandler(const std::string& app_id);
H A Dgcm_driver_desktop.h67 virtual void RemoveAppHandler(const std::string& app_id) OVERRIDE;
H A Dgcm_driver.cc168 void GCMDriver::RemoveAppHandler(const std::string& app_id) { function in class:gcm::GCMDriver
H A Dgcm_driver_desktop_unittest.cc268 driver_->RemoveAppHandler(kTestAppID1);
269 driver_->RemoveAppHandler(kTestAppID2);
525 driver()->RemoveAppHandler(kTestAppID1);
531 driver()->RemoveAppHandler(kTestAppID2);
H A Dgcm_driver_desktop.cc422 void GCMDriverDesktop::RemoveAppHandler(const std::string& app_id) { function in class:gcm::GCMDriverDesktop
424 GCMDriver::RemoveAppHandler(app_id);
H A Dgcm_account_mapper.cc137 gcm_driver_->RemoveAppHandler(kGCMAccountMapperAppId);
H A Dgcm_account_mapper_unittest.cc89 virtual void RemoveAppHandler(const std::string& app_id) OVERRIDE;
158 void CustomFakeGCMDriver::RemoveAppHandler(const std::string& app_id) { function in class:gcm::__anon6519::CustomFakeGCMDriver
159 GCMDriver::RemoveAppHandler(app_id);
/external/chromium_org/components/invalidation/
H A Dgcm_invalidation_bridge.cc169 gcm_driver_->RemoveAppHandler(kInvalidationsAppId);

Completed in 126 milliseconds