GCMStatistics     100 chrome/browser/services/gcm/gcm_client_mock.cc GCMClient::GCMStatistics GCMClientMock::GetStatistics() const {
GCMStatistics     101 chrome/browser/services/gcm/gcm_client_mock.cc   return GCMClient::GCMStatistics();
GCMStatistics      51 chrome/browser/services/gcm/gcm_client_mock.h   virtual GCMStatistics GetStatistics() const OVERRIDE;
GCMStatistics     377 chrome/browser/services/gcm/gcm_profile_service.cc   gcm::GCMClient::GCMStatistics stats;
GCMStatistics     908 chrome/browser/services/gcm/gcm_profile_service.cc     GCMClient::GCMStatistics stats) {
GCMStatistics      54 chrome/browser/services/gcm/gcm_profile_service.h   typedef base::Callback<void(const GCMClient::GCMStatistics& stats)>
GCMStatistics     202 chrome/browser/services/gcm/gcm_profile_service.h   void RequestGCMStatisticsFinished(GCMClient::GCMStatistics stats);
GCMStatistics      40 chrome/browser/ui/webui/gcm_internals_ui.cc                      const gcm::GCMClient::GCMStatistics* stats) const;
GCMStatistics      47 chrome/browser/ui/webui/gcm_internals_ui.cc       const gcm::GCMClient::GCMStatistics& args) const;
GCMStatistics      63 chrome/browser/ui/webui/gcm_internals_ui.cc     const gcm::GCMClient::GCMStatistics* stats) const {
GCMStatistics     110 chrome/browser/ui/webui/gcm_internals_ui.cc     const gcm::GCMClient::GCMStatistics& stats) const {
GCMStatistics      26 google_apis/gcm/gcm_client.cc GCMClient::GCMStatistics::GCMStatistics()
GCMStatistics      30 google_apis/gcm/gcm_client.cc GCMClient::GCMStatistics::~GCMStatistics() {
GCMStatistics      92 google_apis/gcm/gcm_client.h   struct GCM_EXPORT GCMStatistics {
GCMStatistics      94 google_apis/gcm/gcm_client.h     GCMStatistics();
GCMStatistics      95 google_apis/gcm/gcm_client.h     ~GCMStatistics();
GCMStatistics     212 google_apis/gcm/gcm_client.h   virtual GCMStatistics GetStatistics() const = 0;
GCMStatistics     563 google_apis/gcm/gcm_client_impl.cc GCMClient::GCMStatistics GCMClientImpl::GetStatistics() const {
GCMStatistics     564 google_apis/gcm/gcm_client_impl.cc   GCMClient::GCMStatistics stats;
GCMStatistics      93 google_apis/gcm/gcm_client_impl.h   virtual GCMStatistics GetStatistics() const OVERRIDE;