Searched refs:isParentOf (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFilePath.h53 static bool isParentOf(const String& path, const String& mayBeChild);
H A DDOMFilePath.cpp75 bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild) function in class:WebCore::DOMFilePath
H A DDOMFileSystemBase.cpp162 if (source->isDirectory() && isSameFileSystem && DOMFilePath::isParentOf(source->fullPath(), parent->fullPath()))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp498 if (LCtx->isParentOf(ELCtx))
549 return VarContext->isParentOf(CurrentContext);
H A DBugReporterVisitors.cpp835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC))
H A DRegionStore.cpp2232 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx)))
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h233 bool isParentOf(const LocationContext *LC) const;
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp401 bool LocationContext::isParentOf(const LocationContext *LC) const { function in class:LocationContext

Completed in 145 milliseconds