WebFileSystemType   83 Source/modules/filesystem/LocalFileSystem.cpp     blink::Platform::current()->fileSystem()->openFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks);
WebFileSystemType   96 Source/modules/filesystem/LocalFileSystem.cpp     blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks);
WebFileSystemType  131 Source/platform/exported/WebFileSystemCallbacks.cpp void WebFileSystemCallbacks::didResolveURL(const WebString& name, const WebURL& rootURL, WebFileSystemType type, const WebString& filePath, bool isDirectory)
WebFileSystemType   61 Source/web/WebDOMFileSystem.cpp     WebFileSystemType type,
WebFileSystemType   62 public/platform/WebFileSystem.h     virtual void openFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
WebFileSystemType   77 public/platform/WebFileSystem.h     virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { }
WebFileSystemType   97 public/platform/WebFileSystemCallbacks.h     BLINK_PLATFORM_EXPORT void didResolveURL(const WebString& name, const WebURL& rootURL, WebFileSystemType, const WebString& filePath, bool isDirectory);
WebFileSystemType   80 public/web/WebDOMFileSystem.h         WebFileSystemType,