Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/fileapi/
DDOMFilePath.h53 static bool isParentOf(const String& path, const String& mayBeChild);
DDOMFilePath.cpp78 bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild) in isParentOf() function in WebCore::DOMFilePath
DDOMFileSystemBase.cpp124 if (source->isDirectory() && DOMFilePath::isParentOf(source->fullPath(), parent->fullPath())) in verifyAndGetDestinationPathForCopyOrMove()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp498 if (LCtx->isParentOf(ELCtx)) in isLive()
549 return VarContext->isParentOf(CurrentContext); in isLive()
DBugReporterVisitors.cpp751 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) in VisitNode()
DRegionStore.cpp2080 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp149 bool isParentOf(CanvasState* other) { in isParentOf() function in WebCore::CanvasState
266 if (fromState->isParentOf(toState)) { in applyState()
271 } else if (toState->isParentOf(fromState)) { in applyState()
/external/clang/include/clang/Analysis/
DAnalysisContext.h233 bool isParentOf(const LocationContext *LC) const;
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp375 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext