Searched refs:GCMStoreImpl (Results 1 – 6 of 6) sorted by relevance
106 class GCMStoreImpl::Backend107 : public base::RefCountedThreadSafe<GCMStoreImpl::Backend> {167 GCMStoreImpl::Backend::Backend( in Backend()176 GCMStoreImpl::Backend::~Backend() {} in ~Backend()178 void GCMStoreImpl::Backend::Load(const LoadCallback& callback) { in Load()254 void GCMStoreImpl::Backend::Close() { in Close()259 void GCMStoreImpl::Backend::Destroy(const UpdateCallback& callback) { in Destroy()272 void GCMStoreImpl::Backend::SetDeviceCredentials( in SetDeviceCredentials()306 void GCMStoreImpl::Backend::AddRegistration( in AddRegistration()332 void GCMStoreImpl::Backend::RemoveRegistration(const std::string& app_id, in RemoveRegistration()[all …]
26 class GCM_EXPORT GCMStoreImpl : public GCMStore {28 GCMStoreImpl(const base::FilePath& path,31 virtual ~GCMStoreImpl();119 base::WeakPtrFactory<GCMStoreImpl> weak_ptr_factory_;121 DISALLOW_COPY_AND_ASSIGN(GCMStoreImpl);
82 return scoped_ptr<GCMStore>(new GCMStoreImpl( in BuildGCMStore()
165 gcm_store_.reset(new GCMStoreImpl( in BuildMCSClient()
309 new GCMStoreImpl(gcm_store_path_, in Start()
288 new GCMStoreImpl(path, blocking_task_runner, encryptor.Pass())); in Initialize()