HomeSort by relevance Sort by last modified time
    Searched refs:to_send_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/google_apis/gcm/engine/
mcs_client.cc 156 if (to_send_.size() > kMaxSendQueueSize) {
192 to_send_.push_back(make_linked_ptr(packet_info));
245 to_send_.push_front(to_resend_.back());
249 << " incoming acks pending, and " << to_send_.size()
308 to_send_.push_back(make_linked_ptr(packet_info));
320 if (to_send_.empty())
329 MCSPacketInternal packet = to_send_.front();
330 to_send_.pop_front();
480 if (!to_send_.empty()) {
598 // If the acknowledged ids aren't all there, they might be in the to_send_
    [all...]
mcs_client.h 182 std::deque<MCSPacketInternal> to_send_; member in class:gcm::MCSClient

Completed in 36 milliseconds