Home
last modified time | relevance | path

Searched defs:WebFileSystemCallbacks (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebFileSystem.h39 class WebFileSystemCallbacks; variable
57 …virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in move() argument
62 …virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in copy() argument
68 …virtual void remove(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED();… in remove() argument
73 …virtual void removeRecursively(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT… in removeRecursively() argument
78 …virtual void readMetadata(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REAC… in readMetadata() argument
88 …virtual void createFile(const WebString& path, bool exclusive, WebFileSystemCallbacks*) { WEBKIT_A… in createFile() argument
98 …virtual void createDirectory(const WebString& path, bool exclusive, WebFileSystemCallbacks*) { WEB… in createDirectory() argument
103 …virtual void fileExists(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHE… in fileExists() argument
108 …virtual void directoryExists(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_R… in directoryExists() argument
[all …]
DWebCommonWorkerClient.h90 …tual void openFileSystem(WebFileSystem::Type, long long size, bool create, WebFileSystemCallbacks*) in openFileSystem() argument
DWebFrameClient.h371 bool create, WebFileSystemCallbacks*) { } in openFileSystem() argument
/external/webkit/Source/WebKit/chromium/src/
DWorkerFileSystemCallbacksBridge.h52 class WebFileSystemCallbacks; variable