Home
last modified time | relevance | path

Searched refs:isParentOf (Results 1 – 8 of 8) 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.cpp503 if (LCtx->isParentOf(ELCtx)) in isLive()
547 return !VarContext || VarContext->isParentOf(CurrentContext); in isLive()
DRegionStore.cpp1921 if (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx)) in VisitAddedToCluster()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp148 bool isParentOf(CanvasState* other) { in isParentOf() function in WebCore::CanvasState
265 if (fromState->isParentOf(toState)) { in applyState()
270 } else if (toState->isParentOf(fromState)) { in applyState()
/external/clang/include/clang/Analysis/
DAnalysisContext.h216 bool isParentOf(const LocationContext *LC) const;
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp337 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext