Searched refs:WebFileSystemType (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebFileSystem.h | 65 …virtual void openFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystem… in openFileSystem() argument 80 …virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSyst… in deleteFileSystem() argument
|
D | WebFileSystemType.h | 36 enum WebFileSystemType { enum
|
D | WebFileSystemCallbacks.h | 97 …RT void didResolveURL(const WebString& name, const WebURL& rootURL, WebFileSystemType, const WebSt…
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | LocalFileSystem.cpp | 81 …->fileSystem()->openFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), call… in requestFileSystem() 94 …fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), call… in deleteFileSystem()
|
/external/chromium_org/content/child/fileapi/ |
D | webfilesystem_impl.h | 54 const blink::WebFileSystemType type, 61 const blink::WebFileSystemType type,
|
D | webfilesystem_impl.cc | 168 static_cast<blink::WebFileSystemType>(info.mount_type), in ResolveURLCallbackAdapter() 329 blink::WebFileSystemType type, in openFileSystem() 369 blink::WebFileSystemType type, in deleteFileSystem()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebFrame.h | 326 virtual v8::Handle<v8::Value> createFileSystem(WebFileSystemType, 332 virtual v8::Handle<v8::Value> createSerializableFileSystem(WebFileSystemType, 336 virtual v8::Handle<v8::Value> createFileEntry(WebFileSystemType,
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebFrameImpl.h | 134 virtual v8::Handle<v8::Value> createFileSystem(WebFileSystemType, 137 virtual v8::Handle<v8::Value> createSerializableFileSystem(WebFileSystemType, 140 virtual v8::Handle<v8::Value> createFileEntry(WebFileSystemType,
|
D | WebFrameImpl.cpp | 889 v8::Handle<v8::Value> WebFrameImpl::createFileSystem(WebFileSystemType type, const WebString& name,… in createFileSystem() 895 v8::Handle<v8::Value> WebFrameImpl::createSerializableFileSystem(WebFileSystemType type, const WebS… in createSerializableFileSystem() 903 v8::Handle<v8::Value> WebFrameImpl::createFileEntry(WebFileSystemType type, const WebString& fileSy… in createFileEntry()
|
/external/chromium_org/webkit/common/fileapi/ |
D | file_system_util.h | 113 blink::WebFileSystemType* type);
|
D | file_system_util.cc | 316 blink::WebFileSystemType* type) { in GetFileSystemPublicType()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebFileSystemCallbacks.cpp | 131 …lbacks::didResolveURL(const WebString& name, const WebURL& rootURL, WebFileSystemType type, const … in didResolveURL()
|
/external/chromium_org/chrome/renderer/extensions/ |
D | file_system_natives.cc | 81 blink::WebFileSystemType type; in GetFileEntry()
|