GCMStore 9 google_apis/gcm/engine/gcm_store.cc GCMStore::LoadResult::LoadResult() GCMStore 15 google_apis/gcm/engine/gcm_store.cc GCMStore::LoadResult::~LoadResult() {} GCMStore 17 google_apis/gcm/engine/gcm_store.cc GCMStore::GCMStore() {} GCMStore 19 google_apis/gcm/engine/gcm_store.cc GCMStore::~GCMStore() {} GCMStore 34 google_apis/gcm/engine/gcm_store.h class GCM_EXPORT GCMStore { GCMStore 58 google_apis/gcm/engine/gcm_store.h GCMStore(); GCMStore 59 google_apis/gcm/engine/gcm_store.h virtual ~GCMStore(); GCMStore 111 google_apis/gcm/engine/gcm_store.h DISALLOW_COPY_AND_ASSIGN(GCMStore); GCMStore 24 google_apis/gcm/engine/gcm_store_impl.h class GCM_EXPORT GCMStoreImpl : public GCMStore { GCMStore 47 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> BuildGCMStore(); GCMStore 53 google_apis/gcm/engine/gcm_store_impl_unittest.cc void LoadCallback(scoped_ptr<GCMStore::LoadResult>* result_dst, GCMStore 54 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> result); GCMStore 74 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> GCMStoreImplTest::BuildGCMStore() { GCMStore 78 google_apis/gcm/engine/gcm_store_impl_unittest.cc return scoped_ptr<GCMStore>(new GCMStoreImpl( GCMStore 90 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult>* result_dst, GCMStore 91 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> result) { GCMStore 104 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 105 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 118 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 119 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 140 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 141 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 162 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 163 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 216 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 217 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 257 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 258 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 311 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 312 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 376 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 377 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 455 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 456 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 481 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore> gcm_store(BuildGCMStore()); GCMStore 482 google_apis/gcm/engine/gcm_store_impl_unittest.cc scoped_ptr<GCMStore::LoadResult> load_result; GCMStore 150 google_apis/gcm/engine/mcs_client.cc GCMStore* gcm_store) GCMStore 173 google_apis/gcm/engine/mcs_client.cc scoped_ptr<GCMStore::LoadResult> load_result) { GCMStore 215 google_apis/gcm/engine/mcs_client.cc for (GCMStore::OutgoingMessageMap::iterator iter = GCMStore 92 google_apis/gcm/engine/mcs_client.h GCMStore* gcm_store); GCMStore 107 google_apis/gcm/engine/mcs_client.h scoped_ptr<GCMStore::LoadResult> load_result); GCMStore 257 google_apis/gcm/engine/mcs_client.h GCMStore* gcm_store_; GCMStore 69 google_apis/gcm/engine/mcs_client_unittest.cc GCMStore* gcm_store) GCMStore 126 google_apis/gcm/engine/mcs_client_unittest.cc scoped_ptr<GCMStore> gcm_store_; GCMStore 128 google_apis/gcm/gcm_client_impl.cc scoped_ptr<GCMStore> GCMInternalsBuilder::BuildGCMStore( GCMStore 131 google_apis/gcm/gcm_client_impl.cc return make_scoped_ptr<GCMStore>( GCMStore 139 google_apis/gcm/gcm_client_impl.cc GCMStore* gcm_store) { GCMStore 212 google_apis/gcm/gcm_client_impl.cc void GCMClientImpl::OnLoadCompleted(scoped_ptr<GCMStore::LoadResult> result) { GCMStore 238 google_apis/gcm/gcm_client_impl.cc scoped_ptr<GCMStore::LoadResult> result) { GCMStore 51 google_apis/gcm/gcm_client_impl.h virtual scoped_ptr<GCMStore> BuildGCMStore( GCMStore 58 google_apis/gcm/gcm_client_impl.h GCMStore* gcm_store); GCMStore 155 google_apis/gcm/gcm_client_impl.h void OnLoadCompleted(scoped_ptr<GCMStore::LoadResult> result); GCMStore 157 google_apis/gcm/gcm_client_impl.h void InitializeMCSClient(scoped_ptr<GCMStore::LoadResult> result); GCMStore 236 google_apis/gcm/gcm_client_impl.h scoped_ptr<GCMStore> gcm_store_; GCMStore 70 google_apis/gcm/gcm_client_impl_unittest.cc GCMStore* gcm_store); GCMStore 91 google_apis/gcm/gcm_client_impl_unittest.cc GCMStore* gcm_store) GCMStore 121 google_apis/gcm/gcm_client_impl_unittest.cc virtual scoped_ptr<GCMStore> BuildGCMStore( GCMStore 129 google_apis/gcm/gcm_client_impl_unittest.cc GCMStore* gcm_store) OVERRIDE; GCMStore 145 google_apis/gcm/gcm_client_impl_unittest.cc scoped_ptr<GCMStore> FakeGCMInternalsBuilder::BuildGCMStore( GCMStore 151 google_apis/gcm/gcm_client_impl_unittest.cc return make_scoped_ptr<GCMStore>( GCMStore 159 google_apis/gcm/gcm_client_impl_unittest.cc GCMStore* gcm_store) { GCMStore 210 google_apis/gcm/tools/mcs_probe.cc void LoadCallback(scoped_ptr<GCMStore::LoadResult> load_result); GCMStore 242 google_apis/gcm/tools/mcs_probe.cc scoped_ptr<GCMStore> gcm_store_; GCMStore 315 google_apis/gcm/tools/mcs_probe.cc void MCSProbe::LoadCallback(scoped_ptr<GCMStore::LoadResult> load_result) {