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

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.h 69 static const char persistentPathPrefix[];
DOMFileSystemBase.cpp 56 const char DOMFileSystemBase::persistentPathPrefix[] = "persistent";
111 typeString = persistentPathPrefix;
175 if (pathPrefix == persistentPathPrefix) {

Completed in 26 milliseconds