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

/external/chromium_org/google_apis/gcm/engine/
H A Dgcm_store_impl.cc123 class GCMStoreImpl::Backend
124 : public base::RefCountedThreadSafe<GCMStoreImpl::Backend> {
130 // Blocking implementations of GCMStoreImpl methods.
191 GCMStoreImpl::Backend::Backend(
200 GCMStoreImpl::Backend::~Backend() {}
202 void GCMStoreImpl::Backend::Load(const LoadCallback& callback) {
273 void GCMStoreImpl::Backend::Close() {
278 void GCMStoreImpl::Backend::Destroy(const UpdateCallback& callback) {
291 void GCMStoreImpl::Backend::SetDeviceCredentials(
325 void GCMStoreImpl
817 GCMStoreImpl::GCMStoreImpl( function in class:gcm::GCMStoreImpl
[all...]
H A Dgcm_store_impl.h25 // all callbacks to the thread on which the GCMStoreImpl is created.
26 class GCM_EXPORT GCMStoreImpl : public GCMStore { class in namespace:gcm
28 GCMStoreImpl(const base::FilePath& path,
31 virtual ~GCMStoreImpl();
126 base::WeakPtrFactory<GCMStoreImpl> weak_ptr_factory_;
128 DISALLOW_COPY_AND_ASSIGN(GCMStoreImpl);
H A Dgcm_store_impl_unittest.cc76 return scoped_ptr<GCMStore>(new GCMStoreImpl(
H A Dmcs_client_unittest.cc165 gcm_store_.reset(new GCMStoreImpl(
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc310 new GCMStoreImpl(gcm_store_path_,
/external/chromium_org/components/gcm_driver/
H A Dgcm_client_impl.cc281 new GCMStoreImpl(path, blocking_task_runner, encryptor.Pass()));

Completed in 113 milliseconds