Home
last modified time | relevance | path

Searched defs:GCMNetworkChannelDiagnostic (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/invalidation/
Dgcm_network_channel.h28 struct GCMNetworkChannelDiagnostic { struct
38 GCMNetworkChannel* parent_;
39 bool last_message_empty_echo_token_;
40 base::Time last_message_received_time_;
41 int last_post_response_code_;
42 std::string registration_id_;
43 gcm::GCMClient::Result registration_result_;
44 int sent_messages_count_;
Dgcm_network_channel.cc410 GCMNetworkChannelDiagnostic::GCMNetworkChannelDiagnostic( in GCMNetworkChannelDiagnostic() function in syncer::GCMNetworkChannelDiagnostic