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

/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.h154 std::set<CopyOrMoveImpl*> running_copy_set_; member in class:storage::CopyOrMoveOperationDelegate
H A Dcopy_or_move_operation_delegate.cc756 STLDeleteElements(&running_copy_set_);
850 running_copy_set_.insert(impl);
898 for (std::set<CopyOrMoveImpl*>::iterator iter = running_copy_set_.begin();
899 iter != running_copy_set_.end(); ++iter)
909 running_copy_set_.erase(impl);

Completed in 643 milliseconds