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();
126 base::WeakPtrFactory<GCMStoreImpl> weak_ptr_factory_;
128 DISALLOW_COPY_AND_ASSIGN(GCMStoreImpl);
gcm_store_impl.cc 123 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::Backend::AddRegistration
    [all...]

Completed in 318 milliseconds