Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFile.h85 KURL fileSystemURL() const { ASSERT(hasValidFileSystemURL()); return m_fileSystemURL; } in fileSystemURL()
130 bool hasValidFileSystemURL() const { return hasBackingFile(); } in hasValidFileSystemURL() function