Home
last modified time | relevance | path

Searched refs:snapshotSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFile.cpp241 void File::captureSnapshot(long long& snapshotSize, double& snapshotModificationTime) const in captureSnapshot() argument
244 snapshotSize = m_snapshotSize; in captureSnapshot()
253 snapshotSize = 0; in captureSnapshot()
258 snapshotSize = metadata.length; in captureSnapshot()
DFile.h133 void captureSnapshot(long long& snapshotSize, double& snapshotModificationTime) const;