Searched defs:RemoveAccountMapping (Results 1 - 7 of 7) 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_client.cc130 void FakeGCMClient::RemoveAccountMapping(const std::string& account_id) { function in class:gcm::FakeGCMClient
H A Dgcm_driver_android.cc146 void GCMDriverAndroid::RemoveAccountMapping(const std::string& account_id) { function in class:gcm::GCMDriverAndroid
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
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_impl.cc450 void GCMClientImpl::RemoveAccountMapping(const std::string& account_id) { function in class:gcm::GCMClientImpl
451 gcm_store_->RemoveAccountMapping(
/external/chromium_org/google_apis/gcm/engine/
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,

Completed in 2098 milliseconds