Searched refs:fileSystemBasePath (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DLocalFileSystem.cpp74 String LocalFileSystem::fileSystemBasePath() const function in class:WebCore::LocalFileSystem
87 context->postTask(createCallbackTask(&openFileSystem, fileSystemBasePath(), context->securityOrigin()->databaseIdentifier(), type, false, callbacks));
93 context->postTask(createCallbackTask(&openFileSystem, fileSystemBasePath(), context->securityOrigin()->databaseIdentifier(), type, true, callbacks));
H A DLocalFileSystem.h65 String fileSystemBasePath() const;

Completed in 52 milliseconds