Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFilePath.h53 static bool isParentOf(const String& path, const String& mayBeChild);
DDOMFilePath.cpp75 bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild) in isParentOf() function in WebCore::DOMFilePath
DDOMFileSystemBase.cpp208 …if (source->isDirectory() && isSameFileSystem && DOMFilePath::isParentOf(source->fullPath(), paren… in verifyAndGetDestinationPathForCopyOrMove()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp498 if (LCtx->isParentOf(ELCtx)) in isLive()
549 return VarContext->isParentOf(CurrentContext); in isLive()
DBugReporterVisitors.cpp835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) in VisitNode()
DRegionStore.cpp2232 (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx))) in VisitAddedToCluster()
/external/clang/include/clang/Analysis/
DAnalysisContext.h233 bool isParentOf(const LocationContext *LC) const;
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp401 bool LocationContext::isParentOf(const LocationContext *LC) const { in isParentOf() function in LocationContext
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
Dtree.jquery.js554 if (moved_node.isParentOf(target_node)) {
675 Node.prototype.isParentOf = function(node) { method in Node