HomeSort by relevance Sort by last modified time
    Searched refs:last_progress_callback_invocation_time_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.h 86 base::Time last_progress_callback_invocation_time_; member in class:fileapi::CopyOrMoveOperationDelegate::StreamCopyHelper
copy_or_move_operation_delegate.cc 561 last_progress_callback_invocation_time_ = base::Time::Now();
635 if (now - last_progress_callback_invocation_time_ >=
638 last_progress_callback_invocation_time_ = now;

Completed in 2058 milliseconds