Searched refs:deleteFileSystem (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DLocalFileSystem.h58 void deleteFileSystem(ExecutionContext*, FileSystemType, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DLocalFileSystem.cpp105 void LocalFileSystem::deleteFileSystem(ExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:blink::LocalFileSystem
192 fileSystem()->deleteFileSystem(storagePartition, static_cast<WebFileSystemType>(type), callbacks->release());
H A DInspectorFileSystemAgent.cpp570 LocalFileSystem::from(*executionContext)->deleteFileSystem(executionContext, type, fileSystemCallbacks.release());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystem.h77 virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { } function in class:blink::WebFileSystem
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.h61 virtual void deleteFileSystem(
H A Dwebfilesystem_impl.cc445 void WebFileSystemImpl::deleteFileSystem( function in class:content::WebFileSystemImpl

Completed in 265 milliseconds