OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteFileSystem
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.h
53
void
deleteFileSystem
(ExecutionContext*, FileSystemType, PassOwnPtr<AsyncFileSystemCallbacks>);
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.h
59
virtual void
deleteFileSystem
(
webfilesystem_impl.cc
367
void WebFileSystemImpl::
deleteFileSystem
(
376
&FileSystemDispatcher::
DeleteFileSystem
,
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.cpp
569
LocalFileSystem::from(executionContext)->
deleteFileSystem
(executionContext, type, fileSystemCallbacks.release());
Completed in 629 milliseconds