Home
last modified time | relevance | path

Searched defs:newChild (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/xml/dom/
Dminidom.py82 def insertBefore(self, newChild, refChild): argument
131 def replaceChild(self, newChild, oldChild): argument
975 def insertBefore(self, newChild, refChild): argument
987 def replaceChild(self, newChild, oldChild): argument
1392 def appendChild(self, newChild): argument
1396 def insertBefore(self, newChild, refChild): argument
1404 def replaceChild(self, newChild, oldChild): argument
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js1173 newChild(name, type = UNKNOWN, opts = {}) { method in PathWin32
1251 newChild(name, type = UNKNOWN, opts = {}) { method in PathPosix
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp528 CaseTreeNode* const newChild = new CaseTreeNode(hash); in parseCaseTrie() local
591 CaseTreeNode* const newChild = new CaseTreeNode(hash); in parseSimpleCaseList() local
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Disolated-reifier.js299 const newChild = { variable
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js1202 newChild(name, type = UNKNOWN, opts = {}) { method in PathWin32
1281 newChild(name, type = UNKNOWN, opts = {}) { method in PathPosix
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp518 TIntermTyped* newChild = childTempConstant->fold(op, 0, infoSink); in addUnaryMath() local