Searched refs:kTemporaryPathPrefix (Results 1 – 3 of 3) sorted by relevance
55 const char DOMFileSystemBase::kTemporaryPathPrefix[] = "temporary"; member in WebCore::DOMFileSystemBase56 …OMFileSystemBase::kTemporaryPathPrefixLength = sizeof(DOMFileSystemBase::kTemporaryPathPrefix) - 1;71 if (path.startsWith(kTemporaryPathPrefix)) { in crackFileSystemURL()
69 result.append(DOMFileSystemBase::kTemporaryPathPrefix); in toURL()
67 static const char kTemporaryPathPrefix[]; variable