HomeSort by relevance Sort by last modified time
    Searched defs:GCMClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/gcm_driver/
gcm_client.cc 9 GCMClient::ChromeBuildInfo::ChromeBuildInfo()
14 GCMClient::ChromeBuildInfo::~ChromeBuildInfo() {
17 GCMClient::OutgoingMessage::OutgoingMessage()
21 GCMClient::OutgoingMessage::~OutgoingMessage() {
24 GCMClient::IncomingMessage::IncomingMessage() {
27 GCMClient::IncomingMessage::~IncomingMessage() {
30 GCMClient::SendErrorDetails::SendErrorDetails() : result(UNKNOWN_ERROR) {}
32 GCMClient::SendErrorDetails::~SendErrorDetails() {}
34 GCMClient::GCMStatistics::GCMStatistics()
43 GCMClient::GCMStatistics::~GCMStatistics()
    [all...]
gcm_client.h 36 class GCMClient {
143 // A delegate interface that allows the GCMClient instance to interact with
159 GCMClient::Result result) = 0;
187 // Called when the GCM becomes ready. To get to this state, GCMClient
204 GCMClient();
205 virtual ~GCMClient();

Completed in 59 milliseconds