Home
last modified time | relevance | path

Searched refs:hasChild (Results 1 – 8 of 8) sorted by relevance

/external/webkit/LayoutTests/dom/xhtml/level1/core/
Dhc_nodehaschildnodesfalse.js96 var hasChild;
107 hasChild = emText.hasChildNodes();
108 assertFalse("hasChild",hasChild);
/external/webkit/LayoutTests/dom/html/level1/core/
Dhc_nodehaschildnodesfalse.js96 var hasChild;
107 hasChild = emText.hasChildNodes();
108 assertFalse("hasChild",hasChild);
/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.cpp225 bool hasChild = child != NULL; in frames() local
226 if (top && hasChild) in frames()
232 if (hasChild) { in frames()
278 if (hasChild) in frames()
296 if (hasChild) { in frames()
327 bool hasChild = child != NULL; in groups() local
328 if (frame->tree()->parent() == NULL && hasChild) in groups()
334 if (frame->tree()->parent() == NULL && hasChild) in groups()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h371 bool hasChild(const TreePatternNode *N) const { in hasChild() function
DDAGISelMatcherGen.cpp357 bool NeedCheck = !Root->hasChild(N); in EmitOperatorMatchCode()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js1844 hasChild: function(el){ method
2098 …return ($type(this) != 'document' && related != this && related.prefix != 'xul' && !this.hasChild(…
Dconcat-jquery-mootools-prototype.js6220 hasChild: function(el){ method
6474 …return ($type(this) != 'document' && related != this && related.prefix != 'xul' && !this.hasChild(…
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-111557.js5142 returnArray.hasChild = false;