Home | History | Annotate | Download | only in gcm

Lines Matching defs:gcm

8 #include "chrome/common/extensions/api/gcm.h"
12 namespace gcm {
15 } // namespace gcm
34 // Checks that the GCM API is enabled.
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::GCMClient::Result result);
91 bool ValidateMessageData(const gcm::GCMClient::MessageData& data) const;
101 const gcm::GCMClient::IncomingMessage& message);
104 const gcm::GCMClient::SendErrorDetails& send_error_details);