Searched defs:SendErrorDetails (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/gcm_driver/
H A Dgcm_client.cc33 GCMClient::SendErrorDetails::SendErrorDetails() : result(UNKNOWN_ERROR) {} function in class:gcm::GCMClient::SendErrorDetails
35 GCMClient::SendErrorDetails::~SendErrorDetails() {}
H A Dgcm_client.h116 struct SendErrorDetails { struct in class:gcm::GCMClient
117 SendErrorDetails();
118 ~SendErrorDetails();
193 const SendErrorDetails& send_error_details) = 0;

Completed in 371 milliseconds