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

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.h 78 KURL fileSystemURL() const { ASSERT(m_hasBackingFile); return m_fileSystemURL; }
90 virtual bool hasBackingFile() const OVERRIDE { return m_hasBackingFile; }
92 const String& path() const { ASSERT(m_hasBackingFile); return m_path; }
115 bool m_hasBackingFile;
File.cpp 96 , m_hasBackingFile(true)
107 , m_hasBackingFile(true)
118 , m_hasBackingFile(!path.isEmpty() || !relativePath.isEmpty())
130 , m_hasBackingFile(false)
140 , m_hasBackingFile(true)
151 , m_hasBackingFile(true)

Completed in 22 milliseconds