Home
last modified time | relevance | path

Searched refs:GCMStoreImpl (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
Dgcm_store_impl.cc106 class GCMStoreImpl::Backend
107 : 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 …]
Dgcm_store_impl.h26 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);
Dgcm_store_impl_unittest.cc82 return scoped_ptr<GCMStore>(new GCMStoreImpl( in BuildGCMStore()
Dmcs_client_unittest.cc165 gcm_store_.reset(new GCMStoreImpl( in BuildMCSClient()
/external/chromium_org/google_apis/gcm/tools/
Dmcs_probe.cc309 new GCMStoreImpl(gcm_store_path_, in Start()
/external/chromium_org/components/gcm_driver/
Dgcm_client_impl.cc288 new GCMStoreImpl(path, blocking_task_runner, encryptor.Pass())); in Initialize()