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

  /external/webkit/Source/WebCore/fileapi/
DOMFileSystemBase.h 66 static const size_t kPersistentPathPrefixLength;
DOMFileSystemBase.cpp 54 const size_t DOMFileSystemBase::kPersistentPathPrefixLength = sizeof(DOMFileSystemBase::kPersistentPathPrefix) - 1;
76 path = path.substring(kPersistentPathPrefixLength);

Completed in 34 milliseconds