Home
last modified time | relevance | path

Searched refs:hasChildNodes (Results 1 - 5 of 5) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
H A Dsriharness.js181 while (container.hasChildNodes()) {
/third_party/libevdev/doc/html/search/
H A Dsearch.js449 if (element.nodeName.toLowerCase() == 'div' && element.hasChildNodes())
/third_party/skia/third_party/externals/oboe/docs/reference/search/
H A Dsearch.js447 if (element.nodeName == 'DIV' && element.hasChildNodes())
/third_party/python/Lib/test/
H A Dtest_minidom.py558 and not pi.hasChildNodes()
647 self.assertTrue(doc.hasChildNodes())
650 self.assertFalse(doc2.hasChildNodes())
/third_party/python/Lib/xml/dom/
H A Dminidom.py68 def hasChildNodes(self): member in Node
972 def hasChildNodes(self): member in Childless

Completed in 8 milliseconds