Home
last modified time | relevance | path

Searched refs:lastChild (Results 1 – 25 of 58) sorted by relevance

123

/third_party/libxml2/
DSAX2.c2509 xmlNodePtr lastChild; in xmlSAX2Text() local
2529 lastChild = ctxt->node->last; in xmlSAX2Text()
2539 if (lastChild == NULL) { in xmlSAX2Text()
2541 lastChild = xmlSAX2TextNode(ctxt, ch, len); in xmlSAX2Text()
2543 lastChild = xmlNewCDataBlock(ctxt->myDoc, ch, len); in xmlSAX2Text()
2544 if (lastChild != NULL) { in xmlSAX2Text()
2545 ctxt->node->children = lastChild; in xmlSAX2Text()
2546 ctxt->node->last = lastChild; in xmlSAX2Text()
2547 lastChild->parent = ctxt->node; in xmlSAX2Text()
2548 lastChild->doc = ctxt->node->doc; in xmlSAX2Text()
[all …]
DHTMLparser.c2424 xmlNodePtr lastChild; in areBlanks() local
2450 lastChild = xmlGetLastChild(ctxt->node); in areBlanks()
2451 while ((lastChild) && (lastChild->type == XML_COMMENT_NODE)) in areBlanks()
2452 lastChild = lastChild->prev; in areBlanks()
2453 if (lastChild == NULL) { in areBlanks()
2463 } else if (xmlNodeIsText(lastChild)) { in areBlanks()
2469 if ( xmlStrEqual(lastChild->name, BAD_CAST allowPCData[i]) ) { in areBlanks()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp141 lastChild = 0; in TiXmlNode()
182 lastChild = 0; in Clear()
201 node->prev = lastChild; in LinkEndChild()
204 if ( lastChild ) in LinkEndChild()
205 lastChild->next = node; in LinkEndChild()
209 lastChild = node; in LinkEndChild()
288 assert( lastChild == afterThis ); in InsertAfterChild()
289 lastChild = node; in InsertAfterChild()
322 lastChild = node; in ReplaceChild()
350 lastChild = removeThis->prev; in RemoveChild()
[all …]
Dtinyxml.h531 …const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be… in LastChild()
532 TiXmlNode* LastChild() { return lastChild; } in LastChild()
759 TiXmlNode* lastChild; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp141 lastChild = 0; in TiXmlNode()
182 lastChild = 0; in Clear()
201 node->prev = lastChild; in LinkEndChild()
204 if ( lastChild ) in LinkEndChild()
205 lastChild->next = node; in LinkEndChild()
209 lastChild = node; in LinkEndChild()
288 assert( lastChild == afterThis ); in InsertAfterChild()
289 lastChild = node; in InsertAfterChild()
322 lastChild = node; in ReplaceChild()
350 lastChild = removeThis->prev; in RemoveChild()
[all …]
Dtinyxml.h531 …const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be… in LastChild()
532 TiXmlNode* LastChild() { return lastChild; } in LastChild()
759 TiXmlNode* lastChild; variable
/third_party/flutter/skia/experimental/docs/
DsvgBackend.js75 while (svgRoot.lastChild) {
76 svgRoot.removeChild(svgRoot.lastChild);
216 while (svgPicture.lastChild) {
217 svgPicture.removeChild(svgPicture.lastChild);
/third_party/skia/experimental/docs/
DsvgBackend.js75 while (svgRoot.lastChild) {
76 svgRoot.removeChild(svgRoot.lastChild);
216 while (svgPicture.lastChild) {
217 svgPicture.removeChild(svgPicture.lastChild);
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.ts187 const lastChild = parentNode.children[parentNode.children.length - 1];
189 if (lastChild && isText(lastChild)) {
190 lastChild.data += text;
/third_party/python/Lib/test/
Dtest_minidom.py97 and root.lastChild is elem
108 and root.lastChild is nelem
545 and pi.lastChild is None
902 and root.firstChild is root.lastChild
929 and root.firstChild is not root.lastChild
930 and root.firstChild.nextSibling is root.lastChild
932 and root.lastChild.previousSibling is root.firstChild
933 and root.lastChild.nextSibling is None
949 and root.firstChild is root.lastChild
967 and root.firstChild is root.lastChild
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dsliver_list.dart225 assert(firstChild == lastChild);
226 final double extent = childScrollOffset(lastChild) + paintExtentOf(lastChild);
266 lastIndex: indexOf(lastChild),
Dlayer.dart564 Layer get lastChild => _lastChild;
678 physicalModelLayer.lastChild?.debugCreator != physicalModelLayer,
732 Layer current = lastChild;
748 Layer child = lastChild;
782 assert(child != lastChild);
795 child._previousSibling = lastChild;
796 if (lastChild != null)
797 lastChild._nextSibling = child;
808 assert(_debugUltimateNextSiblingOf(child, equals: lastChild));
816 assert(lastChild == child);
[all …]
Dsliver_multi_box_adaptor.dart429 assert(firstChild == lastChild);
518 _destroyOrCacheChild(lastChild);
561 RenderBox child = lastChild;
649 …!= null ? 'currently live children: ${indexOf(firstChild)} to ${indexOf(lastChild)}' : 'no childre…
679 if (child == lastChild)
Dsliver_fixed_extent_list.dart156 RenderBox walker = lastChild;
250 final int lastIndex = indexOf(lastChild);
Dlist_wheel_viewport.dart698 (indexOf(firstChild) > targetLastIndex || indexOf(lastChild) < targetFirstIndex)) {
711 int currentLastIndex = indexOf(lastChild);
720 _destroyChild(lastChild);
737 _createChild(currentLastIndex + 1, after: lastChild);
738 _layoutChild(lastChild, childConstraints, ++currentLastIndex);
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsliver_constraints_test.dart40 final RenderSliver lastRenderSliver = renderViewport.lastChild;
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.types94 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n…
95 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n…
100lastChild: any; readonly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeVal…
101 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n…
102lastChild: any; readonly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeVal…
107lastChild: any; readonly namespaceURI: any; readonly nextSibling: any; readonly nodeName: any; rea…
108lastChild: any; readonly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeVal…
109 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n…
110lastChild: any; readonly nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeVal…
111lastChild: any; readonly namespaceURI: any; readonly nextSibling: any; readonly nodeName: any; rea…
DmappedTypeRecursiveInference.errors.txt1 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n…
2 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n…
26 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n…
28 …des: any; readonly firstChild: any; readonly isConnected: any; readonly lastChild: any; readonly n…
/third_party/flutter/flutter/examples/layers/widgets/
Dsectors.dart59 ring.remove(ring.lastChild);
/third_party/typescript/src/services/
Dutilities.ts686 const lastChild = last(children); constant
687 if (lastChild.kind === expectedLastToken) {
690 else if (lastChild.kind === SyntaxKind.SemicolonToken && children.length !== 1) {
2613 const lastChild = last(node.getChildren(sourceFile)); constant
2614 if (lastChild && isModuleBlock(lastChild)) {
2619 const lastChild = last(node.getChildren(sourceFile)); constant
2620 if (lastChild && isFunctionBlock(lastChild)) {
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Ddialog.dart1395 lastChild.getMinIntrinsicHeight(perButtonWidth),
1428 lastChild.getMaxIntrinsicHeight(perButtonWidth),
1467 + lastChild.getMaxIntrinsicWidth(double.infinity);
1503 lastChild.layout(
1509 assert(lastChild.parentData is MultiChildLayoutParentData);
1510 final MultiChildLayoutParentData secondButtonParentData = lastChild.parentData;
1519 lastChild.size.height,
1585 lastChild.size.height,
Dsegmented_control.dart662 lastChild,
670 lastChild,
714 RenderBox child = lastChild;
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Ddom_renderer.dart419 while (node.lastChild != null) {
420 node.lastChild.remove();
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl225 readonly attribute Node? lastChild;
529 Node? lastChild();
/third_party/flutter/flutter/examples/layers/rendering/src/
Dsector_layout.dart207 RenderSector child = lastChild;
218 RenderSector child = lastChild;

123