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

  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl.h 25 // all callbacks to the thread on which the GCMStoreImpl is created.
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);
gcm_store_impl.cc 106 class GCMStoreImpl::Backend
107 : public base::RefCountedThreadSafe<GCMStoreImpl::Backend> {
113 // Blocking implementations of GCMStoreImpl methods.
167 GCMStoreImpl::Backend::Backend(
176 GCMStoreImpl::Backend::~Backend() {}
178 void GCMStoreImpl::Backend::Load(const LoadCallback& callback) {
254 void GCMStoreImpl::Backend::Close() {
259 void GCMStoreImpl::Backend::Destroy(const UpdateCallback& callback) {
272 void GCMStoreImpl::Backend::SetDeviceCredentials(
306 void GCMStoreImpl::Backend::AddRegistration
    [all...]

Completed in 60 milliseconds