Searched refs:total_bytes_written_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_file_stream_writer.cc51 total_bytes_written_(0),
92 DCHECK(total_bytes_written_ <= allowed_bytes_to_write_ ||
94 if (total_bytes_written_ >= allowed_bytes_to_write_) {
99 if (buf_len > allowed_bytes_to_write_ - total_bytes_written_)
100 buf_len = allowed_bytes_to_write_ - total_bytes_written_;
210 if (total_bytes_written_ + write_response + initial_offset_ > file_size_) {
211 int overlapped = file_size_ - total_bytes_written_ - initial_offset_;
217 total_bytes_written_ += write_response;
H A Dsandbox_file_stream_writer.h82 int64 total_bytes_written_; member in class:fileapi::SandboxFileStreamWriter
/external/chromium_org/net/base/
H A Dfile_stream_unittest.cc535 total_bytes_written_(total_bytes_written),
559 *total_bytes_written_ += result;
563 if (*total_bytes_written_ != kTestDataSize) {
574 *total_bytes_written_ += total_bytes_written;
604 result_ = *total_bytes_written_;
614 int* total_bytes_written_; member in class:net::__anon8412::TestWriteReadCompletionCallback
672 total_bytes_written_(total_bytes_written),
694 *total_bytes_written_ += result;
698 if (*total_bytes_written_ != kTestDataSize) {
707 *total_bytes_written_
720 int* total_bytes_written_; member in class:net::__anon8412::TestWriteCloseCompletionCallback
[all...]

Completed in 82 milliseconds