Home
last modified time | relevance | path

Searched refs:gcm_store (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
Dgcm_store_impl_unittest.cc109 scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); in TEST_F() local
111 gcm_store->Load(base::Bind( in TEST_F()
124 scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); in TEST_F() local
126 gcm_store->Load(base::Bind( in TEST_F()
130 gcm_store->SetDeviceCredentials( in TEST_F()
136 gcm_store = BuildGCMStore().Pass(); in TEST_F()
137 gcm_store->Load(base::Bind( in TEST_F()
146 scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); in TEST_F() local
148 gcm_store->Load(base::Bind( in TEST_F()
154 gcm_store->SetLastCheckinTime( in TEST_F()
[all …]
Dmcs_client.h100 GCMStore* gcm_store,
Dmcs_client_unittest.cc71 GCMStore* gcm_store, in TestMCSClient() argument
73 : MCSClient("", clock, connection_factory, gcm_store, recorder), in TestMCSClient()
Dmcs_client.cc159 GCMStore* gcm_store, in MCSClient() argument
172 gcm_store_(gcm_store), in MCSClient()
/external/chromium_org/google_apis/gcm/
Dgcm.gyp56 'engine/gcm_store.cc',
57 'engine/gcm_store.h',
/external/chromium_org/components/gcm_driver/
Dgcm_client_impl_unittest.cc74 GCMStore* gcm_store,
96 GCMStore* gcm_store, in FakeMCSClient() argument
98 : MCSClient("", clock, connection_factory, gcm_store, recorder), in FakeMCSClient()
166 GCMStore* gcm_store,
193 GCMStore* gcm_store, in BuildMCSClient() argument
197 gcm_store, in BuildMCSClient()
Dgcm_client_impl.h62 GCMStore* gcm_store,
Dgcm_client_impl.cc226 GCMStore* gcm_store, in BuildMCSClient() argument
232 gcm_store, in BuildMCSClient()