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

  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.h 154 std::set<CopyOrMoveImpl*> running_copy_set_; member in class:fileapi::CopyOrMoveOperationDelegate
copy_or_move_operation_delegate.cc 697 STLDeleteElements(&running_copy_set_);
778 running_copy_set_.insert(impl);
826 for (std::set<CopyOrMoveImpl*>::iterator iter = running_copy_set_.begin();
827 iter != running_copy_set_.end(); ++iter)
837 running_copy_set_.erase(impl);

Completed in 43 milliseconds