OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeRecursively
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryEntrySync.idl
37
[RaisesException] void
removeRecursively
();
DirectoryEntry.cpp
64
void DirectoryEntry::
removeRecursively
(VoidCallback* successCallback, ErrorCallback* errorCallback) const
66
m_fileSystem->
removeRecursively
(this, successCallback, errorCallback);
DirectoryEntry.idl
37
void
removeRecursively
(VoidCallback successCallback, optional ErrorCallback errorCallback);
DirectoryEntrySync.h
56
void
removeRecursively
(ExceptionState&);
DirectoryEntrySync.cpp
69
void DirectoryEntrySync::
removeRecursively
(ExceptionState& exceptionState)
72
m_fileSystem->
removeRecursively
(this, helper->successCallback(), helper->errorCallback(), DOMFileSystemBase::Synchronous);
DirectoryEntry.h
59
void
removeRecursively
(VoidCallback* successCallback = nullptr, ErrorCallback* = nullptr) const;
DOMFileSystemBase.h
113
void
removeRecursively
(const EntryBase*, VoidCallback*, ErrorCallback*, SynchronousType = Asynchronous);
DOMFileSystemBase.cpp
310
void DOMFileSystemBase::
removeRecursively
(const EntryBase* entry, VoidCallback* successCallback, ErrorCallback* errorCallback, SynchronousType synchronousType)
327
fileSystem()->
removeRecursively
(createFileSystemURL(entry), callbacks.release());
InspectorFileSystemAgent.cpp
584
directoryEntry->
removeRecursively
(successCallback, errorCallback);
/external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h
98
virtual void
removeRecursively
(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/temp_storage_shared_worker/
TempStorageSharedWorker.js
98
entry.
removeRecursively
(didDeleteEntry, failedToDeleteEntry);
/external/chromium_org/content/child/fileapi/
webfilesystem_impl.h
76
virtual void
removeRecursively
(
webfilesystem_impl.cc
511
void WebFileSystemImpl::
removeRecursively
(
/external/chromium_org/ui/file_manager/file_manager/common/js/
util.js
329
entry.
removeRecursively
(onSuccess, onError);
[
all
...]
Completed in 125 milliseconds