Home
last modified time | relevance | path

Searched refs:openFileSystem (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebFileSystem.h62 …virtual void openFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystem… in openFileSystem() function
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.h54 virtual void openFileSystem(
Dwebfilesystem_impl.cc405 void WebFileSystemImpl::openFileSystem( in openFileSystem() function in content::WebFileSystemImpl
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DLocalFileSystem.cpp167 …fileSystem()->openFileSystem(storagePartition, static_cast<WebFileSystemType>(type), callbacks->re… in fileSystemAllowedInternal()