Searched refs:hasValidFileSystemURL (Results 1 – 1 of 1) sorted by relevance
85 KURL fileSystemURL() const { ASSERT(hasValidFileSystemURL()); return m_fileSystemURL; } in fileSystemURL()130 bool hasValidFileSystemURL() const { return hasBackingFile(); } in hasValidFileSystemURL() function