OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openFileSystem
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h
62
virtual void
openFileSystem
(const WebURL& storagePartition, const WebFileSystemType, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
/external/chromium_org/content/child/fileapi/
webfilesystem_impl.h
54
virtual void
openFileSystem
(
webfilesystem_impl.cc
405
void WebFileSystemImpl::
openFileSystem
(
414
&FileSystemDispatcher::
OpenFileSystem
,
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp
167
fileSystem()->
openFileSystem
(storagePartition, static_cast<WebFileSystemType>(type), callbacks->release());
Completed in 247 milliseconds