Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dbyte_stream.cc172 size_t unreported_consumed_bytes_; member in content::__anon5f99e2120111::ByteStreamReaderImpl
322 unreported_consumed_bytes_(0), in ByteStreamReaderImpl()
353 unreported_consumed_bytes_ += *length; in Read()
426 if (unreported_consumed_bytes_ <= in MaybeUpdateInput()
435 unreported_consumed_bytes_)); in MaybeUpdateInput()
436 unreported_consumed_bytes_ = 0; in MaybeUpdateInput()