Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DBlobBuilder.cpp101 long long snapshotSize; in append() local
103 file->captureSnapshot(snapshotSize, snapshotModificationTime); in append()
105 m_size += snapshotSize; in append()
107 … m_items.append(BlobDataItem(file->fileSystemURL(), 0, snapshotSize, snapshotModificationTime)); in append()
109 m_items.append(BlobDataItem(file->path(), 0, snapshotSize, snapshotModificationTime)); in append()
DFile.cpp184 void File::captureSnapshot(long long& snapshotSize, double& snapshotModificationTime) const in captureSnapshot() argument
187 snapshotSize = m_snapshotSize; in captureSnapshot()
196 snapshotSize = 0; in captureSnapshot()
201 snapshotSize = metadata.length; in captureSnapshot()
DFile.h102 void captureSnapshot(long long& snapshotSize, double& snapshotModificationTime) const;