/third_party/jsframework/runtime/vdom/ |
D | Node.ts | 188 public set nextSibling(nextSibling: Node) { method in Node 189 this._nextSibling = nextSibling; 192 public get nextSibling() { method in Node
|
D | Element.ts | 377 before && (before.nextSibling = target); 379 target.nextSibling = after; 403 before && (before.nextSibling = after); 416 beforeNew.nextSibling = target; 419 target.nextSibling = afterNew; 446 before && (before.nextSibling = after); 462 node = node.nextSibling; 527 if (node === before || node.nextSibling && node.nextSibling === before) {
|
/third_party/python/Lib/xml/dom/ |
D | minidom.py | 38 nextSibling = None variable in Node 103 newChild.nextSibling = refChild 107 node.nextSibling = newChild 128 node.nextSibling = None 133 refChild = oldChild.nextSibling 153 newChild.nextSibling = oldChild.nextSibling 155 oldChild.nextSibling = None 158 newChild.previousSibling.nextSibling = newChild 159 if newChild.nextSibling: 160 newChild.nextSibling.previousSibling = newChild [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | list_body.dart | 121 child = childParentData.nextSibling; 132 child = childParentData.nextSibling; 141 child = childParentData.nextSibling; 153 child = childParentData.nextSibling; 164 child = childParentData.nextSibling; 173 child = childParentData.nextSibling; 193 child = childParentData.nextSibling; 204 child = childParentData.nextSibling;
|
D | object.dart | 2919 ChildType nextSibling; 2925 assert(nextSibling == null, 'Pointers to siblings must be nulled before detaching ParentData.'); 2946 while (childParentData.nextSibling != null) { 2947 assert(childParentData.nextSibling != child); 2948 child = childParentData.nextSibling; 3002 assert(childParentData.nextSibling == null); 3008 childParentData.nextSibling = _firstChild; 3021 if (afterParentData.nextSibling == null) { 3025 afterParentData.nextSibling = child; 3030 childParentData.nextSibling = afterParentData.nextSibling; [all …]
|
D | flex.dart | 506 child = childParentData.nextSibling; 541 child = childParentData.nextSibling; 556 child = childParentData.nextSibling; 749 child = childParentData.nextSibling; 834 child = childParentData.nextSibling; 936 child = childParentData.nextSibling;
|
D | layer.dart | 185 Layer get nextSibling => _nextSibling; 726 child = child.nextSibling; 764 child = child.nextSibling; 774 child = child.nextSibling; 785 assert(child.nextSibling == null); 813 child._previousSibling._nextSibling = child.nextSibling; 819 child.nextSibling._previousSibling = child.previousSibling; 836 final Layer next = child.nextSibling; 867 child = child.nextSibling; 921 child = child.nextSibling; [all …]
|
D | stack.dart | 443 child = childParentData.nextSibling; 517 child = childParentData.nextSibling; 579 child = childParentData.nextSibling; 662 child = childParentData.nextSibling;
|
/third_party/jsframework/runtime/main/model/ |
D | domHelper.ts | 197 el = el.nextSibling; 252 let el = fragBlock.start.nextSibling; 255 el = el.nextSibling;
|
D | compiler.ts | 257 if (child.nextSibling) { 258 const el = child.nextSibling as Element; 259 const tag = child.type + '+' + child.nextSibling.type; 271 if (child.nextSibling) { 272 const el = child.nextSibling as Element; 273 const tag = child.type + '+' + child.nextSibling.type;
|
/third_party/python/Lib/test/ |
D | test_minidom.py | 120 and nelem2.nextSibling is nelem 930 and root.firstChild.nextSibling is root.lastChild 933 and root.lastChild.nextSibling is None 950 and root.firstChild.nextSibling is None 968 and root.firstChild.nextSibling is None 986 and root.firstChild.nextSibling is root.lastChild 989 and root.lastChild.nextSibling is None 1010 and root.firstChild.nextSibling is None 1061 self.confirm(root.childNodes[0].childNodes[1].nextSibling is None 1065 and root.childNodes[0].childNodes[0].nextSibling [all …]
|
D | test_pulldom.py | 339 self.assertIs(text1.nextSibling, elm1) 341 self.assertIs(elm1.nextSibling, text2) 343 self.assertIsNone(text2.nextSibling) 345 self.assertIsNone(text3.nextSibling)
|
/third_party/libjpeg-turbo/doc/html/search/ |
D | search.js | 451 else if (element.nextSibling) 453 element = element.nextSibling; 461 while (element && element!=parentElement && !element.nextSibling); 465 element = element.nextSibling;
|
/third_party/libevdev/doc/html/search/ |
D | search.js | 453 else if (element.nextSibling) 455 element = element.nextSibling; 463 while (element && element!=parentElement && !element.nextSibling); 467 element = element.nextSibling;
|
/third_party/skia/third_party/externals/oboe/docs/reference/search/ |
D | search.js | 451 else if (element.nextSibling) 453 element = element.nextSibling; 461 while (element && element!=parentElement && !element.nextSibling); 465 element = element.nextSibling;
|
/third_party/flutter/flutter/examples/layers/rendering/src/ |
D | sector_layout.dart | 286 child = childParentData.nextSibling; 320 child = childParentData.nextSibling; 339 child = childParentData.nextSibling; 400 child = childParentData.nextSibling; 431 child = childParentData.nextSibling; 449 child = childParentData.nextSibling;
|
/third_party/vk-gl-cts/framework/delibs/coding_guidelines/ |
D | prettify.js | 7 …d)continue;a.push(" ");z(g,a)}a.push(">");for(var e=b.firstChild;e;e=e.nextSibling)z(e,a);if(b.fir… 8 …nnerHTML;if(S(b))c=E(c);return c}var d=[];for(var g=b.firstChild;g;g=g.nextSibling)z(g,d);return d…
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | object_test.dart | 90 ..nextSibling = RenderOpacity() 99 ..nextSibling = RenderOpacity();
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeRecursiveInference.types | 94 …ed: any; readonly lastChild: any; readonly namespaceURI: any; readonly nextSibling: any; readonly … 95 …ed: any; readonly lastChild: any; readonly namespaceURI: any; readonly nextSibling: any; readonly … 100 …nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly parentE… 101 …ed: any; readonly lastChild: any; readonly namespaceURI: any; readonly nextSibling: any; readonly … 102 …nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly parentE… 107 …nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly parentE… 108 …nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly parentE… 109 …ed: any; readonly lastChild: any; readonly namespaceURI: any; readonly nextSibling: any; readonly … 110 …nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly parentE… 111 …nextSibling: any; readonly nodeName: any; readonly nodeType: any; nodeValue: any; readonly parentE…
|
/third_party/node/deps/npm/node_modules/mute-stream/coverage/lcov-report/ |
D | prettify.js | 1 …nextSibling){aa(ae)}var ad=ab.nodeName;if("BR"===ad||"LI"===ad){X[W]="\n";Z[W<<1]=T++;Z[(W++<<1)|1…
|
/third_party/node/deps/npm/node_modules/unique-filename/coverage/ |
D | prettify.js | 1 …nextSibling){aa(ae)}var ad=ab.nodeName;if("BR"===ad||"LI"===ad){X[W]="\n";Z[W<<1]=T++;Z[(W++<<1)|1…
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | segmented_control.dart | 548 child = childParentData.nextSibling; 561 child = childParentData.nextSibling; 574 child = childParentData.nextSibling; 587 child = childParentData.nextSibling;
|
/third_party/node/tools/doc/ |
D | README.md | 74 ### SomeClass.nextSibling()
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | dom.idl | 192 readonly attribute Node? nextSibling; 227 readonly attribute Node? nextSibling; 531 Node? nextSibling();
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/ |
D | surface.dart | 1158 PersistedSurface nextSibling; 1169 newChild.rootElement.nextElementSibling != nextSibling?.rootElement; 1171 if (nextSibling == null) { 1177 newChild.rootElement, nextSibling.rootElement); 1214 nextSibling = newChild;
|