HomeSort by relevance Sort by last modified time
    Searched defs:removeRecursively (Results 1 - 5 of 5) 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.cpp 70 void DirectoryEntrySync::removeRecursively(ExceptionState& exceptionState)
73 m_fileSystem->removeRecursively(this, helper.successCallback(), helper.errorCallback(), DOMFileSystemBase::Synchronous);
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.cc 435 void WebFileSystemImpl::removeRecursively(

Completed in 83 milliseconds