Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFile.h58 …t String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size… in create() argument
60 …return adoptRef(new File(path, name, relativePath, hasSnaphotData, size, lastModified, blobDataHan… in create()
110 …File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint…
DFile.cpp116 File::File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData,… in File() argument
121 , m_snapshotSize(hasSnaphotData ? static_cast<long long>(size) : -1) in File()
122 , m_snapshotModificationTime(hasSnaphotData ? lastModified : invalidFileTime()) in File()