Searched defs:SendErrorDetails (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/components/gcm_driver/ | ||
H A D | gcm_client.cc | 33 GCMClient::SendErrorDetails::SendErrorDetails() : result(UNKNOWN_ERROR) {} function in class:gcm::GCMClient::SendErrorDetails 35 GCMClient::SendErrorDetails::~SendErrorDetails() {} |
H A D | gcm_client.h | 116 struct SendErrorDetails { struct in class:gcm::GCMClient 117 SendErrorDetails(); 118 ~SendErrorDetails(); 193 const SendErrorDetails& send_error_details) = 0; |
Completed in 144 milliseconds