Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFileSystemBase.cpp57 const char DOMFileSystemBase::temporaryPathPrefix[] = "temporary"; member in WebCore::DOMFileSystemBase
109 typeString = temporaryPathPrefix; in createFileSystemRootURL()
170 if (pathPrefix == temporaryPathPrefix) { in pathPrefixToFileSystemType()
DDOMFileSystemBase.h69 static const char temporaryPathPrefix[]; variable