OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createSnapshotFileAndReadMetadata
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h
154
virtual void
createSnapshotFileAndReadMetadata
(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
/external/chromium_org/content/child/fileapi/
webfilesystem_impl.h
103
virtual void
createSnapshotFileAndReadMetadata
(
webfilesystem_impl.cc
642
void WebFileSystemImpl::
createSnapshotFileAndReadMetadata
(
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp
173
fileSystem()->
createSnapshotFileAndReadMetadata
(fileSystemURL, SnapshotFileCallback::create(this, fileEntry->name(), fileSystemURL, successCallback, errorCallback, m_context));
DOMFileSystemSync.cpp
156
fileSystem()->
createSnapshotFileAndReadMetadata
(fileSystemURL, CreateFileHelper::create(result, fileEntry->name(), fileSystemURL, type()));
Completed in 288 milliseconds