Searched refs:WebFileSystem (Results 1 – 13 of 13) sorted by relevance
69 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()
519 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);
34 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()
47 class WebFileSystem {166 virtual ~WebFileSystem() { } in ~WebFileSystem()
66 class WebFileSystem; variable201 virtual WebFileSystem* fileSystem() { return 0; } in fileSystem()
42 class WebFileSystem; variable88 blink::WebFileSystem* fileSystem() const;
74 blink::WebFileSystem* DOMFileSystemBase::fileSystem() const in fileSystem()
66 BLINK_EXPORT WebFileSystem::Type type() const;
38 using blink::WebFileSystem;108 WebFileSystem* WorkerWebKitPlatformSupportImpl::fileSystem() { in fileSystem()
43 virtual blink::WebFileSystem* fileSystem();
30 : public blink::WebFileSystem,
95 virtual blink::WebFileSystem* fileSystem();
114 using blink::WebFileSystem;378 WebFileSystem* RendererWebKitPlatformSupportImpl::fileSystem() { in fileSystem()