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

  /external/webkit/Source/WebCore/fileapi/
EntryBase.cpp 69 result.append(DOMFileSystemBase::kTemporaryPathPrefix);
DOMFileSystemBase.h 67 static const char kTemporaryPathPrefix[];
DOMFileSystemBase.cpp 55 const char DOMFileSystemBase::kTemporaryPathPrefix[] = "temporary";
56 const size_t DOMFileSystemBase::kTemporaryPathPrefixLength = sizeof(DOMFileSystemBase::kTemporaryPathPrefix) - 1;
71 if (path.startsWith(kTemporaryPathPrefix)) {

Completed in 177 milliseconds