Home
last modified time | relevance | path

Searched refs:GetResendQueueSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
Dmcs_client.h143 int GetResendQueueSize() const;
Dmcs_client.cc136 int MCSClient::GetResendQueueSize() const { in GetResendQueueSize() function in gcm::MCSClient
/external/chromium_org/components/gcm_driver/
Dgcm_client_impl.cc719 stats.resend_queue_size = mcs_client_->GetResendQueueSize(); in GetStatistics()