Searched refs:RemoveAccountMapping (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_driver.cc86 void FakeGCMDriver::RemoveAccountMapping(const std::string& account_id) { function in class:gcm::FakeGCMDriver
H A Dfake_gcm_driver.h41 virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
H A Dgcm_driver_android.h64 virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
H A Dfake_gcm_client.h63 virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
H A Dgcm_driver_desktop.cc82 void RemoveAccountMapping(const std::string& account_id);
326 void GCMDriverDesktop::IOWorker::RemoveAccountMapping( function in class:gcm::GCMDriverDesktop::IOWorker
331 gcm_client_->RemoveAccountMapping(account_id);
614 void GCMDriverDesktop::RemoveAccountMapping(const std::string& account_id) { function in class:gcm::GCMDriverDesktop
619 base::Bind(&GCMDriverDesktop::IOWorker::RemoveAccountMapping,
H A Dgcm_client.h296 virtual void RemoveAccountMapping(const std::string& account_id) = 0;
H A Dgcm_driver.h126 virtual void RemoveAccountMapping(const std::string& account_id) = 0;
H A Dgcm_driver_android.cc146 void GCMDriverAndroid::RemoveAccountMapping(const std::string& account_id) { function in class:gcm::GCMDriverAndroid
H A Dgcm_driver_desktop.h82 virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
H A Dgcm_account_mapper.cc175 gcm_driver_->RemoveAccountMapping(account_mapping_it->account_id);
200 gcm_driver_->RemoveAccountMapping(account_mapping_it->account_id);
H A Dfake_gcm_client.cc130 void FakeGCMClient::RemoveAccountMapping(const std::string& account_id) { function in class:gcm::FakeGCMClient
H A Dgcm_client_impl.h110 virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
H A Dgcm_client_impl.cc450 void GCMClientImpl::RemoveAccountMapping(const std::string& account_id) { function in class:gcm::GCMClientImpl
451 gcm_store_->RemoveAccountMapping(
H A Dgcm_account_mapper_unittest.cc86 virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
149 void CustomFakeGCMDriver::RemoveAccountMapping(const std::string& account_id) { function in class:gcm::__anon6519::CustomFakeGCMDriver
/external/chromium_org/google_apis/gcm/engine/
H A Dgcm_store.h128 virtual void RemoveAccountMapping(const std::string& account_id,
H A Dgcm_store_impl.h93 virtual void RemoveAccountMapping(const std::string& account_id,
H A Dgcm_store_impl.cc167 void RemoveAccountMapping(const std::string& account_id,
601 void GCMStoreImpl::Backend::RemoveAccountMapping( function in class:gcm::GCMStoreImpl::Backend
1026 void GCMStoreImpl::RemoveAccountMapping(const std::string& account_id, function in class:gcm::GCMStoreImpl
1030 base::Bind(&GCMStoreImpl::Backend::RemoveAccountMapping,
H A Dgcm_store_impl_unittest.cc579 gcm_store->RemoveAccountMapping(

Completed in 127 milliseconds