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

/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.h86 base::Time last_progress_callback_invocation_time_; member in class:storage::CopyOrMoveOperationDelegate::StreamCopyHelper
H A Dcopy_or_move_operation_delegate.cc620 last_progress_callback_invocation_time_ = base::Time::Now();
694 if (now - last_progress_callback_invocation_time_ >=
697 last_progress_callback_invocation_time_ = now;

Completed in 141 milliseconds