Home
last modified time | relevance | path

Searched refs:WebFileSystemType (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebFileSystem.h65 …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
DWebFileSystemType.h36 enum WebFileSystemType { enum
DWebFileSystemCallbacks.h97 …RT void didResolveURL(const WebString& name, const WebURL& rootURL, WebFileSystemType, const WebSt…
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DLocalFileSystem.cpp81 …->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/
Dwebfilesystem_impl.h54 const blink::WebFileSystemType type,
61 const blink::WebFileSystemType type,
Dwebfilesystem_impl.cc168 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/
DWebFrame.h326 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/
DWebFrameImpl.h134 virtual v8::Handle<v8::Value> createFileSystem(WebFileSystemType,
137 virtual v8::Handle<v8::Value> createSerializableFileSystem(WebFileSystemType,
140 virtual v8::Handle<v8::Value> createFileEntry(WebFileSystemType,
DWebFrameImpl.cpp889 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/
Dfile_system_util.h113 blink::WebFileSystemType* type);
Dfile_system_util.cc316 blink::WebFileSystemType* type) { in GetFileSystemPublicType()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebFileSystemCallbacks.cpp131 …lbacks::didResolveURL(const WebString& name, const WebURL& rootURL, WebFileSystemType type, const … in didResolveURL()
/external/chromium_org/chrome/renderer/extensions/
Dfile_system_natives.cc81 blink::WebFileSystemType type; in GetFileEntry()