RemoveOperationDelegate 158 webkit/browser/fileapi/file_system_operation_impl.cc new RemoveOperationDelegate( RemoveOperationDelegate 515 webkit/browser/fileapi/file_system_operation_impl.cc new RemoveOperationDelegate( RemoveOperationDelegate 13 webkit/browser/fileapi/remove_operation_delegate.cc RemoveOperationDelegate::RemoveOperationDelegate( RemoveOperationDelegate 23 webkit/browser/fileapi/remove_operation_delegate.cc RemoveOperationDelegate::~RemoveOperationDelegate() {} RemoveOperationDelegate 25 webkit/browser/fileapi/remove_operation_delegate.cc void RemoveOperationDelegate::Run() { RemoveOperationDelegate 27 webkit/browser/fileapi/remove_operation_delegate.cc &RemoveOperationDelegate::DidTryRemoveFile, weak_factory_.GetWeakPtr())); RemoveOperationDelegate 30 webkit/browser/fileapi/remove_operation_delegate.cc void RemoveOperationDelegate::RunRecursively() { RemoveOperationDelegate 34 webkit/browser/fileapi/remove_operation_delegate.cc void RemoveOperationDelegate::ProcessFile(const FileSystemURL& url, RemoveOperationDelegate 38 webkit/browser/fileapi/remove_operation_delegate.cc base::Bind(&RemoveOperationDelegate::DidRemoveFile, RemoveOperationDelegate 42 webkit/browser/fileapi/remove_operation_delegate.cc void RemoveOperationDelegate::ProcessDirectory(const FileSystemURL& url, RemoveOperationDelegate 47 webkit/browser/fileapi/remove_operation_delegate.cc void RemoveOperationDelegate::PostProcessDirectory( RemoveOperationDelegate 52 webkit/browser/fileapi/remove_operation_delegate.cc void RemoveOperationDelegate::DidTryRemoveFile(base::File::Error error) { RemoveOperationDelegate 60 webkit/browser/fileapi/remove_operation_delegate.cc base::Bind(&RemoveOperationDelegate::DidTryRemoveDirectory, RemoveOperationDelegate 64 webkit/browser/fileapi/remove_operation_delegate.cc void RemoveOperationDelegate::DidTryRemoveDirectory( RemoveOperationDelegate 73 webkit/browser/fileapi/remove_operation_delegate.cc void RemoveOperationDelegate::DidRemoveFile(const StatusCallback& callback, RemoveOperationDelegate 14 webkit/browser/fileapi/remove_operation_delegate.h class RemoveOperationDelegate : public RecursiveOperationDelegate { RemoveOperationDelegate 16 webkit/browser/fileapi/remove_operation_delegate.h RemoveOperationDelegate(FileSystemContext* file_system_context, RemoveOperationDelegate 19 webkit/browser/fileapi/remove_operation_delegate.h virtual ~RemoveOperationDelegate(); RemoveOperationDelegate 40 webkit/browser/fileapi/remove_operation_delegate.h base::WeakPtrFactory<RemoveOperationDelegate> weak_factory_; RemoveOperationDelegate 41 webkit/browser/fileapi/remove_operation_delegate.h DISALLOW_COPY_AND_ASSIGN(RemoveOperationDelegate);