Searched defs:AsyncFileSystem (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DAsyncFileSystem.h42 class AsyncFileSystem;
47 class AsyncFileSystem { class in namespace:WebCore
48 WTF_MAKE_NONCOPYABLE(AsyncFileSystem);
50 virtual ~AsyncFileSystem() { }
68 // Creates and returns a new platform-specific AsyncFileSystem instance if the platform has its own implementation.
69 static PassOwnPtr<AsyncFileSystem> create(Type, const String& rootPath);
139 AsyncFileSystem(Type type, const String& platformRootPath) function in class:WebCore::AsyncFileSystem

Completed in 95 milliseconds