HomeSort by relevance Sort by last modified time
    Searched refs:hasValidSnapshotMetadata (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp 150 if (hasValidSnapshotMetadata() && isValidFileTime(m_snapshotModificationTime))
162 if (hasValidSnapshotMetadata())
175 if (hasValidSnapshotMetadata()) {
File.h 108 bool hasValidSnapshotMetadata() const { return m_snapshotSize >= 0; }

Completed in 82 milliseconds