Home
last modified time | relevance | path

Searched refs:previousSibling (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/xml/dom/
H A Dminidom.py39 previousSibling = None variable in Node
104 refChild.previousSibling = newChild
108 newChild.previousSibling = node
110 newChild.previousSibling = None
154 newChild.previousSibling = oldChild.previousSibling
156 oldChild.previousSibling = None
157 if newChild.previousSibling:
158 newChild.previousSibling.nextSibling = newChild
160 newChild.nextSibling.previousSibling
[all...]
/third_party/python/Lib/test/
H A Dtest_pulldom.py331 self.assertIsNone(text1.previousSibling)
333 self.assertIs(elm1.previousSibling, text1)
335 self.assertIs(text2.previousSibling, elm1)
337 self.assertIsNone(text3.previousSibling)
H A Dtest_minidom.py125 and nelem.previousSibling is elem
137 and nelem.previousSibling is nelem2
947 and root.firstChild.previousSibling is None
948 and root.lastChild.previousSibling is root.firstChild
967 and root.firstChild.previousSibling is None
985 and root.firstChild.previousSibling is None
1003 and root.firstChild.previousSibling is None
1004 and root.lastChild.previousSibling is root.firstChild
1025 and root.firstChild.previousSibling is None
1078 and root.childNodes[0].childNodes[1].previousSibling
[all...]
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 248 milliseconds