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

  /external/chromium_org/components/gcm_driver/
fake_gcm_driver.cc 86 void FakeGCMDriver::RemoveAccountMapping(const std::string& account_id) {
fake_gcm_client.cc 130 void FakeGCMClient::RemoveAccountMapping(const std::string& account_id) {
gcm_driver_android.cc 146 void GCMDriverAndroid::RemoveAccountMapping(const std::string& account_id) {
gcm_driver_desktop.cc 82 void RemoveAccountMapping(const std::string& account_id);
326 void GCMDriverDesktop::IOWorker::RemoveAccountMapping(
331 gcm_client_->RemoveAccountMapping(account_id);
614 void GCMDriverDesktop::RemoveAccountMapping(const std::string& account_id) {
619 base::Bind(&GCMDriverDesktop::IOWorker::RemoveAccountMapping,
gcm_account_mapper_unittest.cc 86 virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
149 void CustomFakeGCMDriver::RemoveAccountMapping(const std::string& account_id) {
    [all...]
gcm_client_impl.cc 450 void GCMClientImpl::RemoveAccountMapping(const std::string& account_id) {
451 gcm_store_->RemoveAccountMapping(
    [all...]
  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl.cc 167 void RemoveAccountMapping(const std::string& account_id,
601 void GCMStoreImpl::Backend::RemoveAccountMapping(
    [all...]

Completed in 187 milliseconds