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

  /external/chromium_org/storage/browser/fileapi/
recursive_operation_delegate.cc 18 RecursiveOperationDelegate::RecursiveOperationDelegate(
25 RecursiveOperationDelegate::~RecursiveOperationDelegate() {
28 void RecursiveOperationDelegate::Cancel() {
33 void RecursiveOperationDelegate::StartRecursiveOperation(
44 base::Bind(&RecursiveOperationDelegate::DidTryProcessFile,
48 FileSystemOperationRunner* RecursiveOperationDelegate::operation_runner() {
52 void RecursiveOperationDelegate::OnCancel() {
55 void RecursiveOperationDelegate::DidTryProcessFile
    [all...]
recursive_operation_delegate.h 27 class STORAGE_EXPORT RecursiveOperationDelegate
28 : public base::SupportsWeakPtr<RecursiveOperationDelegate> {
33 virtual ~RecursiveOperationDelegate();
63 explicit RecursiveOperationDelegate(FileSystemContext* file_system_context);
147 DISALLOW_COPY_AND_ASSIGN(RecursiveOperationDelegate);
remove_operation_delegate.h 14 class RemoveOperationDelegate : public RecursiveOperationDelegate {
21 // RecursiveOperationDelegate overrides:
remove_operation_delegate.cc 17 : RecursiveOperationDelegate(file_system_context),
file_system_operation_impl.h 25 class RecursiveOperationDelegate;
192 scoped_ptr<RecursiveOperationDelegate> recursive_operation_delegate_;
copy_or_move_operation_delegate.h 33 : public RecursiveOperationDelegate {
103 // RecursiveOperationDelegate overrides:
copy_or_move_operation_delegate.cc 744 : RecursiveOperationDelegate(file_system_context),
    [all...]
  /external/chromium_org/content/browser/fileapi/
recursive_operation_delegate_unittest.cc 29 class LoggingRecursiveOperation : public storage::RecursiveOperationDelegate {
44 : storage::RecursiveOperationDelegate(file_system_context),
52 // RecursiveOperationDelegate overrides.
119 void CallCancelLater(storage::RecursiveOperationDelegate* operation,

Completed in 142 milliseconds