isParentOf         53 Source/modules/filesystem/DOMFilePath.h     static bool isParentOf(const String& path, const String& mayBeChild);
isParentOf        208 Source/modules/filesystem/DOMFileSystemBase.cpp     if (source->isDirectory() && isSameFileSystem && DOMFilePath::isParentOf(source->fullPath(), parent->fullPath()))