Searched refs:num_copied_bytes_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.h84 int64 num_copied_bytes_; member in class:storage::CopyOrMoveOperationDelegate::StreamCopyHelper
H A Dcopy_or_move_operation_delegate.cc606 num_copied_bytes_(0),
690 num_copied_bytes_ += result;
696 file_progress_callback_.Run(num_copied_bytes_);
706 (num_copied_bytes_ - previous_flush_offset_) > kFlushIntervalInBytes) {
729 previous_flush_offset_ = num_copied_bytes_;

Completed in 203 milliseconds