Searched refs:hasValidFilePath (Results 1 – 1 of 1) sorted by relevance
104 const String& path() const { ASSERT(hasValidFilePath()); return m_path; } in path()132 bool hasValidFilePath() const { return hasBackingFile() || m_path.isEmpty(); } in hasValidFilePath() function