Searched refs:gcm (Results 1 - 25 of 192) sorted by relevance

12345678

/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_handler.cc5 #include "google_apis/gcm/engine/connection_handler.h"
7 namespace gcm { namespace
15 } // namespace gcm
H A Dconnection_factory.cc5 #include "google_apis/gcm/engine/connection_factory.h"
7 namespace gcm { namespace
15 } // namespace gcm
/external/chromium_org/chrome/browser/services/gcm/
H A Dpush_messaging_application_id_unittest.cc5 #include "chrome/browser/services/gcm/push_messaging_application_id.h"
9 EXPECT_TRUE(gcm::PushMessagingApplicationId(GURL("https://www.example.com/"),
11 EXPECT_TRUE(gcm::PushMessagingApplicationId(GURL("https://www.example.com"),
13 EXPECT_FALSE(gcm::PushMessagingApplicationId(GURL(""), 1).IsValid());
14 EXPECT_FALSE(gcm::PushMessagingApplicationId(GURL("foo"), 1).IsValid());
15 EXPECT_FALSE(gcm::PushMessagingApplicationId(
17 EXPECT_FALSE(gcm::PushMessagingApplicationId(
19 EXPECT_FALSE(gcm::PushMessagingApplicationId(GURL("https://www.example.com/"),
21 EXPECT_FALSE(gcm::PushMessagingApplicationId().IsValid());
25 EXPECT_EQ(gcm
[all...]
H A Dpush_messaging_permission_context.cc5 #include "chrome/browser/services/gcm/push_messaging_permission_context.h"
7 namespace gcm { namespace
16 } // namespace gcm
H A Dpush_messaging_permission_context.h10 namespace gcm { namespace
22 } // namespace gcm
/external/chromium_org/components/gcm_driver/
H A Dgcm_backoff_policy.h10 namespace gcm { namespace
15 } // namespace gcm
H A Dgcm_app_handler.cc7 namespace gcm { namespace
16 } // namespace gcm
H A Dgcm_backoff_policy.cc7 namespace gcm { namespace
46 } // namespace gcm
H A Dgcm_connection_observer.cc7 namespace gcm { namespace
18 } // namespace gcm
H A Dgcm_client_factory.cc9 namespace gcm { namespace
22 } // namespace gcm
H A Dgcm_client_factory.h11 namespace gcm { namespace
28 } // namespace gcm
H A Dgcm_stats_recorder_impl.cc16 namespace gcm { namespace
37 gcm::MCSClient::MessageSendStatus status) {
39 case gcm::MCSClient::QUEUED:
41 case gcm::MCSClient::SENT:
43 case gcm::MCSClient::QUEUE_SIZE_LIMIT_REACHED:
45 case gcm::MCSClient::APP_QUEUE_SIZE_LIMIT_REACHED:
47 case gcm::MCSClient::MESSAGE_TOO_LARGE:
49 case gcm::MCSClient::NO_CONNECTION_ON_ZERO_TTL:
51 case gcm::MCSClient::TTL_EXCEEDED:
62 gcm
[all...]
H A Dfake_gcm_client_factory.cc11 namespace gcm { namespace
30 } // namespace gcm
H A Dgcm_connection_observer.h14 namespace gcm { namespace
33 } // namespace gcm
H A Dgcm_delayed_task_controller.h12 namespace gcm { namespace
40 } // namespace gcm
/external/chromium_org/components/gcm_driver/android/
H A Dcomponent_jni_registrar.cc12 namespace gcm { namespace
17 {"GCMDriver", gcm::GCMDriverAndroid::RegisterBindings},
29 } // namespace gcm
H A Dcomponent_jni_registrar.h10 namespace gcm { namespace
19 } // namespace gcm
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMMultiplier.java1 package org.bouncycastle.crypto.modes.gcm;
H A DGCMExponentiator.java1 package org.bouncycastle.crypto.modes.gcm;
/external/chromium_org/chrome/browser/extensions/api/gcm/
H A Dgcm_api.cc5 #include "chrome/browser/extensions/api/gcm/gcm_api.h"
16 #include "chrome/browser/services/gcm/gcm_profile_service.h"
17 #include "chrome/browser/services/gcm/gcm_profile_service_factory.h"
18 #include "chrome/common/extensions/api/gcm.h"
42 const char* GcmResultToError(gcm::GCMClient::Result result) {
44 case gcm::GCMClient::SUCCESS:
46 case gcm::GCMClient::INVALID_PARAMETER:
48 case gcm::GCMClient::GCM_DISABLED:
50 case gcm::GCMClient::NOT_SIGNED_IN:
52 case gcm
[all...]
H A Dgcm_apitest.cc7 #include "chrome/browser/extensions/api/gcm/gcm_api.h"
11 #include "chrome/browser/services/gcm/fake_gcm_profile_service.h"
12 #include "chrome/browser/services/gcm/gcm_profile_service_factory.h"
22 const char kEventsExtension[] = "gcm/events";
24 gcm::GCMClient::SendErrorDetails CreateErrorDetails(
26 const gcm::GCMClient::Result result,
28 gcm::GCMClient::SendErrorDetails error;
33 case gcm::GCMClient::ASYNC_OPERATION_PENDING:
37 case gcm::GCMClient::SERVER_ERROR:
40 case gcm
[all...]
H A Dgcm_api.h8 #include "chrome/common/extensions/api/gcm.h"
12 namespace gcm { namespace
15 } // namespace gcm
37 gcm::GCMDriver* GetGCMDriver() const;
42 DECLARE_EXTENSION_FUNCTION("gcm.register", GCM_REGISTER);
54 gcm::GCMClient::Result result);
59 DECLARE_EXTENSION_FUNCTION("gcm.unregister", GCM_UNREGISTER);
70 void CompleteFunctionWithResult(gcm::GCMClient::Result result);
75 DECLARE_EXTENSION_FUNCTION("gcm.send", GCM_SEND);
87 gcm
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_gcm_app_handler.h26 namespace gcm { namespace
37 class ExtensionGCMAppHandler : public gcm::GCMAppHandler,
48 // gcm::GCMAppHandler implementation.
52 const gcm::GCMClient::IncomingMessage& message) OVERRIDE;
56 const gcm::GCMClient::SendErrorDetails& send_error_details) OVERRIDE;
63 gcm::GCMClient::Result result);
67 gcm::GCMDriver* GetGCMDriver() const;
/external/chromium_org/components/invalidation/
H A Dgcm_invalidation_bridge.h24 namespace gcm { namespace
26 } // namespace gcm
35 class GCMInvalidationBridge : public gcm::GCMAppHandler,
36 public gcm::GCMConnectionObserver,
42 GCMInvalidationBridge(gcm::GCMDriver* gcm_driver,
53 // gcm::GCMAppHandler implementation.
57 const gcm::GCMClient::IncomingMessage& message) OVERRIDE;
61 const gcm::GCMClient::SendErrorDetails& send_error_details) OVERRIDE;
65 // gcm::GCMConnectionObserver implementation.
88 gcm
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dgcm_internals_ui.cc17 #include "chrome/browser/services/gcm/gcm_profile_service.h"
18 #include "chrome/browser/services/gcm/gcm_profile_service_factory.h"
31 const std::vector<gcm::CheckinActivity>& checkins,
33 std::vector<gcm::CheckinActivity>::const_iterator it = checkins.begin();
45 const std::vector<gcm::ConnectionActivity>& connections,
47 std::vector<gcm::ConnectionActivity>::const_iterator it = connections.begin();
59 const std::vector<gcm::RegistrationActivity>& registrations,
61 std::vector<gcm::RegistrationActivity>::const_iterator it =
76 const std::vector<gcm::ReceivingActivity>& receives,
78 std::vector<gcm
[all...]

Completed in 235 milliseconds

12345678