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

  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.cc 76 DCHECK(!recursive_operation_delegate_);
79 recursive_operation_delegate_.reset(
88 recursive_operation_delegate_->RunRecursively();
96 DCHECK(!recursive_operation_delegate_);
97 recursive_operation_delegate_.reset(
106 recursive_operation_delegate_->RunRecursively();
144 DCHECK(!recursive_operation_delegate_);
157 recursive_operation_delegate_.reset(
162 recursive_operation_delegate_->Run();
232 } else if (recursive_operation_delegate_) {
    [all...]
file_system_operation_impl.h 193 scoped_ptr<RecursiveOperationDelegate> recursive_operation_delegate_; member in class:fileapi::FileSystemOperationImpl

Completed in 156 milliseconds