Searched refs:temporaryPathPrefix (Results 1 – 2 of 2) sorted by relevance
57 const char DOMFileSystemBase::temporaryPathPrefix[] = "temporary"; member in WebCore::DOMFileSystemBase109 typeString = temporaryPathPrefix; in createFileSystemRootURL()170 if (pathPrefix == temporaryPathPrefix) { in pathPrefixToFileSystemType()
69 static const char temporaryPathPrefix[]; variable