Searched refs:deleteFileSystem (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | LocalFileSystem.cpp | 105 void LocalFileSystem::deleteFileSystem(ExecutionContext* context, FileSystemType type, PassOwnPtr<A… in deleteFileSystem() function in blink::LocalFileSystem 192 …fileSystem()->deleteFileSystem(storagePartition, static_cast<WebFileSystemType>(type), callbacks->… in deleteFileSystemInternal()
|
D | LocalFileSystem.h | 58 void deleteFileSystem(ExecutionContext*, FileSystemType, PassOwnPtr<AsyncFileSystemCallbacks>);
|
D | InspectorFileSystemAgent.cpp | 570 …LocalFileSystem::from(*executionContext)->deleteFileSystem(executionContext, type, fileSystemCallb… in start()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebFileSystem.h | 77 …virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSyst… in deleteFileSystem() function
|
/external/chromium_org/content/child/fileapi/ |
D | webfilesystem_impl.h | 61 virtual void deleteFileSystem(
|
D | webfilesystem_impl.cc | 445 void WebFileSystemImpl::deleteFileSystem( in deleteFileSystem() function in content::WebFileSystemImpl
|