HomeSort by relevance Sort by last modified time
    Searched full:unread_byte_count (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/google_apis/gcm/engine/
connection_handler_impl.cc 223 int unread_byte_count = input_stream_->UnreadByteCount(); local
224 if (min_bytes_needed > unread_byte_count &&
229 max_bytes_needed - unread_byte_count) == net::ERR_IO_PENDING) {

Completed in 50 milliseconds