Searched refs:gcm (Results 151 - 175 of 192) sorted by relevance

12345678

/external/chromium_org/components/gcm_driver/
H A Dgcm_channel_status_request_unittest.cc13 namespace gcm { namespace
239 } // namespace gcm
H A Dgcm_client_impl.cc18 #include "google_apis/gcm/base/encryptor.h"
19 #include "google_apis/gcm/base/mcs_message.h"
20 #include "google_apis/gcm/base/mcs_util.h"
21 #include "google_apis/gcm/engine/checkin_request.h"
22 #include "google_apis/gcm/engine/connection_factory_impl.h"
23 #include "google_apis/gcm/engine/gcm_store_impl.h"
24 #include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
25 #include "google_apis/gcm/protocol/checkin.pb.h"
26 #include "google_apis/gcm/protocol/mcs.pb.h"
32 namespace gcm { namespace
[all...]
H A Dgcm_driver.cc13 namespace gcm { namespace
203 } // namespace gcm
H A Dgcm_account_mapper.cc12 #include "google_apis/gcm/engine/gcm_store.h"
14 namespace gcm { namespace
357 } // namespace gcm
H A Dgcm_client_impl_unittest.cc13 #include "google_apis/gcm/base/fake_encryptor.h"
14 #include "google_apis/gcm/base/mcs_message.h"
15 #include "google_apis/gcm/base/mcs_util.h"
16 #include "google_apis/gcm/engine/fake_connection_factory.h"
17 #include "google_apis/gcm/engine/fake_connection_handler.h"
18 #include "google_apis/gcm/engine/gservices_settings.h"
19 #include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
20 #include "google_apis/gcm/protocol/android_checkin.pb.h"
21 #include "google_apis/gcm/protocol/checkin.pb.h"
22 #include "google_apis/gcm/protoco
28 namespace gcm { namespace
[all...]
/external/chromium_org/google_apis/gcm/base/
H A Dmcs_util.cc5 #include "google_apis/gcm/base/mcs_util.h"
14 namespace gcm { namespace
262 } // namespace gcm
H A Dsocket_stream.cc5 #include "google_apis/gcm/base/socket_stream.h"
12 namespace gcm { namespace
337 } // namespace gcm
H A Dsocket_stream_unittest.cc5 #include "google_apis/gcm/base/socket_stream.h"
16 namespace gcm { namespace
406 } // namespace gcm
/external/chromium_org/google_apis/gcm/engine/
H A Dcheckin_request.cc5 #include "google_apis/gcm/engine/checkin_request.h"
10 #include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
11 #include "google_apis/gcm/protocol/checkin.pb.h"
17 namespace gcm { namespace
236 } // namespace gcm
H A Dregistration_request.cc5 #include "google_apis/gcm/engine/registration_request.h"
12 #include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
22 namespace gcm { namespace
270 } // namespace gcm
H A Dunregistration_request.cc5 #include "google_apis/gcm/engine/unregistration_request.h"
13 #include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
21 namespace gcm { namespace
224 } // namespace gcm
H A Dunregistration_request_unittest.cc11 #include "google_apis/gcm/engine/unregistration_request.h"
12 #include "google_apis/gcm/monitoring/fake_gcm_stats_recorder.h"
17 namespace gcm { namespace
295 } // namespace gcm
H A Dcheckin_request_unittest.cc7 #include "google_apis/gcm/engine/checkin_request.h"
8 #include "google_apis/gcm/monitoring/fake_gcm_stats_recorder.h"
9 #include "google_apis/gcm/protocol/checkin.pb.h"
15 namespace gcm { namespace
388 } // namespace gcm
H A Dconnection_handler_impl.cc5 #include "google_apis/gcm/engine/connection_handler_impl.h"
9 #include "google_apis/gcm/base/mcs_util.h"
10 #include "google_apis/gcm/base/socket_stream.h"
11 #include "google_apis/gcm/protocol/mcs.pb.h"
17 namespace gcm { namespace
439 } // namespace gcm
H A Dgservices_settings_unittest.cc6 #include "google_apis/gcm/engine/gservices_settings.h"
7 #include "google_apis/gcm/engine/registration_info.h"
10 namespace gcm { namespace
16 const char kAlternativeMCSHostname[] = "alternative.gcm.host";
140 EXPECT_EQ(GURL("https://alternative.gcm.host:7777"),
142 EXPECT_EQ(GURL("https://alternative.gcm.host:443"),
246 new_settings["gcm_hostname"] = "new.gcm.hostname";
252 EXPECT_EQ(GURL("https://new.gcm.hostname:5228"),
254 EXPECT_EQ(GURL("https://new.gcm.hostname:443"),
336 } // namespace gcm
[all...]
H A Dmcs_client_unittest.cc5 #include "google_apis/gcm/engine/mcs_client.h"
13 #include "google_apis/gcm/base/fake_encryptor.h"
14 #include "google_apis/gcm/base/mcs_util.h"
15 #include "google_apis/gcm/engine/fake_connection_factory.h"
16 #include "google_apis/gcm/engine/fake_connection_handler.h"
17 #include "google_apis/gcm/engine/gcm_store_impl.h"
18 #include "google_apis/gcm/monitoring/fake_gcm_stats_recorder.h"
21 namespace gcm { namespace
72 gcm::GCMStatsRecorder* recorder)
142 gcm
[all...]
H A Dconnection_factory_impl.cc5 #include "google_apis/gcm/engine/connection_factory_impl.h"
10 #include "google_apis/gcm/engine/connection_handler_impl.h"
11 #include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
12 #include "google_apis/gcm/protocol/mcs.pb.h"
22 namespace gcm { namespace
561 } // namespace gcm
H A Dregistration_request_unittest.cc11 #include "google_apis/gcm/engine/registration_request.h"
12 #include "google_apis/gcm/monitoring/fake_gcm_stats_recorder.h"
18 namespace gcm { namespace
427 } // namespace gcm
H A Dconnection_factory_impl_unittest.cc5 #include "google_apis/gcm/engine/connection_factory_impl.h"
12 #include "google_apis/gcm/base/mcs_util.h"
13 #include "google_apis/gcm/engine/fake_connection_handler.h"
14 #include "google_apis/gcm/monitoring/fake_gcm_stats_recorder.h"
21 namespace gcm { namespace
554 } // namespace gcm
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java1 package org.bouncycastle.crypto.modes.gcm;
/external/chromium_org/chrome/browser/content_settings/
H A Dpermission_queue_controller.cc16 #include "chrome/browser/services/gcm/push_messaging_infobar_delegate.h"
125 infobar_ = gcm::PushMessagingInfoBarDelegate::Create(
/external/chromium_org/components/invalidation/
H A Dticl_invalidation_service.cc58 gcm::GCMDriver* gcm_driver,
/external/chromium_org/third_party/boringssl/
H A Dboringssl.target.darwin-x86_64.mk175 third_party/boringssl/src/crypto/modes/gcm.c \
344 third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S \
H A Dboringssl.target.linux-x86_64.mk175 third_party/boringssl/src/crypto/modes/gcm.c \
344 third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S \
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.cc68 #include "chrome/browser/services/gcm/gcm_profile_service.h"
69 #include "chrome/browser/services/gcm/gcm_profile_service_factory.h"
70 #include "chrome/browser/services/gcm/push_messaging_service_impl.h"
743 gcm::PushMessagingServiceImpl::InitializeForProfile(this);
1132 return gcm::GCMProfileServiceFactory::GetForProfile(

Completed in 2378 milliseconds

12345678