EntryCallback 224 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::move(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) EntryCallback 238 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::copy(const EntryBase* source, EntryBase* parent, const String& newName, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) EntryCallback 282 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::getParent(const EntryBase* entry, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) EntryCallback 289 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::getFile(const EntryBase* entry, const String& path, const FileSystemFlags& flags, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) EntryCallback 306 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::getDirectory(const EntryBase* entry, const String& path, const FileSystemFlags& flags, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) EntryCallback 52 Source/modules/filesystem/DOMFileSystemBase.h class EntryCallback; EntryCallback 109 Source/modules/filesystem/DOMFileSystemBase.h void move(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); EntryCallback 110 Source/modules/filesystem/DOMFileSystemBase.h void copy(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); EntryCallback 113 Source/modules/filesystem/DOMFileSystemBase.h void getParent(const EntryBase*, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>); EntryCallback 114 Source/modules/filesystem/DOMFileSystemBase.h void getFile(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); EntryCallback 115 Source/modules/filesystem/DOMFileSystemBase.h void getDirectory(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); EntryCallback 74 Source/modules/filesystem/DOMWindowFileSystem.cpp void DOMWindowFileSystem::webkitResolveLocalFileSystemURL(DOMWindow& window, const String& url, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) EntryCallback 35 Source/modules/filesystem/DOMWindowFileSystem.h class EntryCallback; EntryCallback 42 Source/modules/filesystem/DOMWindowFileSystem.h static void webkitResolveLocalFileSystemURL(DOMWindow&, const String&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>); EntryCallback 53 Source/modules/filesystem/DirectoryEntry.cpp void DirectoryEntry::getFile(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) EntryCallback 59 Source/modules/filesystem/DirectoryEntry.cpp void DirectoryEntry::getDirectory(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) EntryCallback 45 Source/modules/filesystem/DirectoryEntry.h class EntryCallback; EntryCallback 58 Source/modules/filesystem/DirectoryEntry.h void getFile(const String& path, const Dictionary&, PassOwnPtr<EntryCallback> = nullptr, PassOwnPtr<ErrorCallback> = nullptr); EntryCallback 59 Source/modules/filesystem/DirectoryEntry.h void getDirectory(const String& path, const Dictionary&, PassOwnPtr<EntryCallback> = nullptr, PassOwnPtr<ErrorCallback> = nullptr); EntryCallback 57 Source/modules/filesystem/Entry.cpp void Entry::moveTo(PassRefPtrWillBeRawPtr<DirectoryEntry> parent, const String& name, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) const EntryCallback 62 Source/modules/filesystem/Entry.cpp void Entry::copyTo(PassRefPtrWillBeRawPtr<DirectoryEntry> parent, const String& name, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) const EntryCallback 72 Source/modules/filesystem/Entry.cpp void Entry::getParent(PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) const EntryCallback 44 Source/modules/filesystem/Entry.h class EntryCallback; EntryCallback 55 Source/modules/filesystem/Entry.h void moveTo(PassRefPtrWillBeRawPtr<DirectoryEntry> parent, const String& name = String(), PassOwnPtr<EntryCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr) const; EntryCallback 56 Source/modules/filesystem/Entry.h void copyTo(PassRefPtrWillBeRawPtr<DirectoryEntry> parent, const String& name = String(), PassOwnPtr<EntryCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr) const; EntryCallback 58 Source/modules/filesystem/Entry.h void getParent(PassOwnPtr<EntryCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr) const; EntryCallback 38 Source/modules/filesystem/EntryCallback.h class EntryCallback { EntryCallback 40 Source/modules/filesystem/EntryCallback.h virtual ~EntryCallback() { } EntryCallback 79 Source/modules/filesystem/FileSystemCallbacks.cpp PassOwnPtr<AsyncFileSystemCallbacks> EntryCallbacks::create(PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& expectedPath, bool isDirectory) EntryCallback 84 Source/modules/filesystem/FileSystemCallbacks.cpp EntryCallbacks::EntryCallbacks(PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& expectedPath, bool isDirectory) EntryCallback 163 Source/modules/filesystem/FileSystemCallbacks.cpp PassOwnPtr<AsyncFileSystemCallbacks> ResolveURICallbacks::create(PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, ExecutionContext* executionContext) EntryCallback 168 Source/modules/filesystem/FileSystemCallbacks.cpp ResolveURICallbacks::ResolveURICallbacks(PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, ExecutionContext* context) EntryCallback 46 Source/modules/filesystem/FileSystemCallbacks.h class EntryCallback; EntryCallback 75 Source/modules/filesystem/FileSystemCallbacks.h static PassOwnPtr<AsyncFileSystemCallbacks> create(PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& expectedPath, bool isDirectory); EntryCallback 79 Source/modules/filesystem/FileSystemCallbacks.h EntryCallbacks(PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<DOMFileSystemBase>, const String& expectedPath, bool isDirectory); EntryCallback 80 Source/modules/filesystem/FileSystemCallbacks.h OwnPtr<EntryCallback> m_successCallback; EntryCallback 113 Source/modules/filesystem/FileSystemCallbacks.h static PassOwnPtr<AsyncFileSystemCallbacks> create(PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, ExecutionContext*); EntryCallback 117 Source/modules/filesystem/FileSystemCallbacks.h ResolveURICallbacks(PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, ExecutionContext*); EntryCallback 118 Source/modules/filesystem/FileSystemCallbacks.h OwnPtr<EntryCallback> m_successCallback; EntryCallback 166 Source/modules/filesystem/InspectorFileSystemAgent.cpp OwnPtr<EntryCallback> successCallback = CallbackDispatcherFactory<EntryCallback>::create(this, &FileSystemRootRequest::didGetEntry); EntryCallback 228 Source/modules/filesystem/InspectorFileSystemAgent.cpp OwnPtr<EntryCallback> successCallback = CallbackDispatcherFactory<EntryCallback>::create(this, &DirectoryContentRequest::didGetEntry); EntryCallback 346 Source/modules/filesystem/InspectorFileSystemAgent.cpp OwnPtr<EntryCallback> successCallback = CallbackDispatcherFactory<EntryCallback>::create(this, &MetadataRequest::didGetEntry); EntryCallback 444 Source/modules/filesystem/InspectorFileSystemAgent.cpp OwnPtr<EntryCallback> successCallback = CallbackDispatcherFactory<EntryCallback>::create(this, &FileContentRequest::didGetEntry); EntryCallback 571 Source/modules/filesystem/InspectorFileSystemAgent.cpp OwnPtr<EntryCallback> successCallback = CallbackDispatcherFactory<EntryCallback>::create(this, &DeleteEntryRequest::didGetEntry); EntryCallback 87 Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp void WorkerGlobalScopeFileSystem::webkitResolveLocalFileSystemURL(WorkerGlobalScope& worker, const String& url, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) EntryCallback 36 Source/modules/filesystem/WorkerGlobalScopeFileSystem.h class EntryCallback; EntryCallback 52 Source/modules/filesystem/WorkerGlobalScopeFileSystem.h static void webkitResolveLocalFileSystemURL(WorkerGlobalScope&, const String& url, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback>);