Home
last modified time | relevance | path

Searched refs:updateChildren (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/internal/modules/cjs/
Dloader.js157 function updateChildren(parent, child, scan) { function
168 updateChildren(parent, this, false);
737 updateChildren(parent, cachedModule, true);
761 updateChildren(parent, cachedModule, true);
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dtable.dart308 children: updateChildren(oldChildren, row.children, forgottenChildren: _forgottenChildren),
312updateChildren(oldUnkeyedRows.current.children, const <Widget>[], forgottenChildren: _forgottenChi…
314 updateChildren(oldChildren, const <Widget>[], forgottenChildren: _forgottenChildren);
Doverlay.dart608 …_offstage = updateChildren(_offstage, widget.offstage, forgottenChildren: _forgottenOffstageChildr…
Dframework.dart4638 /// corresponding to the new widget's new position, also). The [updateChildren]
4796 …List<Element> updateChildren(List<Element> oldChildren, List<Widget> newWidgets, { Set<Element> fo…
5243 _children = updateChildren(_children, widget.children, forgottenChildren: _forgottenChildren);
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dcustom_paint.dart661 /// The algorithm tries to be as close to [RenderObjectElement.updateChildren]
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt5209 package:flutter/src/widgets/framework.dart,RenderObjectElement,updateChildren