Home
last modified time | relevance | path

Searched defs:hasBackingFile (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DBlob.h88 virtual bool hasBackingFile() const { return false; } in hasBackingFile() function
DFile.h112 virtual bool hasBackingFile() const OVERRIDE { return m_hasBackingFile; } in hasBackingFile() function