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

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.h 57 void deleteFileSystem(ExecutionContext*, FileSystemType, PassOwnPtr<AsyncFileSystemCallbacks>);
LocalFileSystem.cpp 102 void LocalFileSystem::deleteFileSystem(ExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks)
160 blink::Platform::current()->fileSystem()->deleteFileSystem(storagePartition, static_cast<blink::WebFileSystemType>(type), callbacks->release());
InspectorFileSystemAgent.cpp 569 LocalFileSystem::from(*executionContext)->deleteFileSystem(executionContext, type, fileSystemCallbacks.release());
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h 77 virtual void deleteFileSystem(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { }
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 61 virtual void deleteFileSystem(
webfilesystem_impl.cc 399 void WebFileSystemImpl::deleteFileSystem(
408 &FileSystemDispatcher::DeleteFileSystem,

Completed in 186 milliseconds