HomeSort by relevance Sort by last modified time
    Searched refs:isParentOf (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFilePath.h 53 static bool isParentOf(const String& path, const String& mayBeChild);
DOMFilePath.cpp 75 bool DOMFilePath::isParentOf(const String& parent, const String& mayBeChild)
DOMFileSystemBase.cpp 208 if (source->isDirectory() && isSameFileSystem && DOMFilePath::isParentOf(source->fullPath(), parent->fullPath()))
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
LeafNodeImpl.java 65 boolean isParentOf(Node node) {
InnerNodeImpl.java 120 if (toInsert.isParentOf(this)) {
137 public boolean isParentOf(Node node) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java 118 public boolean isParentOf(IFileStore other) {
119 return mStore.isParentOf(other);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 498 if (LCtx->isParentOf(ELCtx))
549 return VarContext->isParentOf(CurrentContext);
BugReporterVisitors.cpp 835 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC))
    [all...]
RegionStore.cpp     [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 233 bool isParentOf(const LocationContext *LC) const;
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 401 bool LocationContext::isParentOf(const LocationContext *LC) const {
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js 554 if (moved_node.isParentOf(target_node)) {
675 Node.prototype.isParentOf = function(node) {
    [all...]

Completed in 248 milliseconds