HomeSort by relevance Sort by last modified time
    Searched defs:deleteFileSystem (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp 84 void LocalFileSystem::deleteFileSystem(ExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
94 blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks);
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h 80 virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { }
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 367 void WebFileSystemImpl::deleteFileSystem(
376 &FileSystemDispatcher::DeleteFileSystem,

Completed in 141 milliseconds