Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebDOMFileSystem.cpp69 WebFileSystem::Type WebDOMFileSystem::type() const in type()
74 return WebFileSystem::TypeTemporary; in type()
76 return WebFileSystem::TypePersistent; in type()
78 return WebFileSystem::TypeIsolated; in type()
80 return WebFileSystem::TypeExternal; in type()
83 return WebFileSystem::TypeTemporary; in type()
DAssertMatchingEnums.cpp519 COMPILE_ASSERT_MATCHING_ENUM(WebFileSystem::TypeTemporary, FileSystemTypeTemporary);
520 COMPILE_ASSERT_MATCHING_ENUM(WebFileSystem::TypePersistent, FileSystemTypePersistent);
521 COMPILE_ASSERT_MATCHING_ENUM(WebFileSystem::TypeExternal, FileSystemTypeExternal);
522 COMPILE_ASSERT_MATCHING_ENUM(WebFileSystem::TypeIsolated, FileSystemTypeIsolated);
/external/chromium_org/content/renderer/pepper/
Dresource_converter.cc34 PP_FileSystemType WebFileSystemTypeToPPAPI(blink::WebFileSystem::Type type) { in WebFileSystemTypeToPPAPI()
36 case blink::WebFileSystem::TypeTemporary: in WebFileSystemTypeToPPAPI()
38 case blink::WebFileSystem::TypePersistent: in WebFileSystemTypeToPPAPI()
40 case blink::WebFileSystem::TypeIsolated: in WebFileSystemTypeToPPAPI()
42 case blink::WebFileSystem::TypeExternal: in WebFileSystemTypeToPPAPI()
/external/chromium_org/third_party/WebKit/public/platform/
DWebFileSystem.h47 class WebFileSystem {
166 virtual ~WebFileSystem() { } in ~WebFileSystem()
DPlatform.h66 class WebFileSystem; variable
201 virtual WebFileSystem* fileSystem() { return 0; } in fileSystem()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFileSystemBase.h42 class WebFileSystem; variable
88 blink::WebFileSystem* fileSystem() const;
DDOMFileSystemBase.cpp74 blink::WebFileSystem* DOMFileSystemBase::fileSystem() const in fileSystem()
/external/chromium_org/third_party/WebKit/public/web/
DWebDOMFileSystem.h66 BLINK_EXPORT WebFileSystem::Type type() const;
/external/chromium_org/content/worker/
Dworker_webkitplatformsupport_impl.cc38 using blink::WebFileSystem;
108 WebFileSystem* WorkerWebKitPlatformSupportImpl::fileSystem() { in fileSystem()
Dworker_webkitplatformsupport_impl.h43 virtual blink::WebFileSystem* fileSystem();
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.h30 : public blink::WebFileSystem,
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.h95 virtual blink::WebFileSystem* fileSystem();
Drenderer_webkitplatformsupport_impl.cc114 using blink::WebFileSystem;
378 WebFileSystem* RendererWebKitPlatformSupportImpl::fileSystem() { in fileSystem()