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

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryEntry.cpp 65 void DirectoryEntry::removeRecursively(PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) const
67 m_fileSystem->removeRecursively(this, successCallback, errorCallback);
DirectoryEntrySync.idl 37 [RaisesException] void removeRecursively();
DirectoryEntrySync.h 57 void removeRecursively(ExceptionState&);
DirectoryEntry.idl 37 void removeRecursively(VoidCallback successCallback, optional ErrorCallback errorCallback);
DirectoryEntrySync.cpp 70 void DirectoryEntrySync::removeRecursively(ExceptionState& exceptionState)
73 m_fileSystem->removeRecursively(this, helper.successCallback(), helper.errorCallback(), DOMFileSystemBase::Synchronous);
DirectoryEntry.h 59 void removeRecursively(PassOwnPtr<VoidCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr) const;
DOMFileSystemBase.h 111 void removeRecursively(const EntryBase*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
DOMFileSystemBase.cpp 267 void DOMFileSystemBase::removeRecursively(const EntryBase* entry, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
279 fileSystem()->removeRecursively(createFileSystemURL(entry), callbacks.release());
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h 101 virtual void removeRecursively(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 74 virtual void removeRecursively(
webfilesystem_impl.cc 435 void WebFileSystemImpl::removeRecursively(
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 66 dirEntry.removeRecursively();
file_manager.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.cpp 583 directoryEntry->removeRecursively(successCallback.release(), errorCallback.release());
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js 413 entry.removeRecursively(onSuccess, onError);
    [all...]

Completed in 1458 milliseconds