Searched refs:updateChildren (Results 1 – 6 of 6) sorted by relevance
/third_party/node/lib/internal/modules/cjs/ |
D | loader.js | 157 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/ |
D | table.dart | 308 children: updateChildren(oldChildren, row.children, forgottenChildren: _forgottenChildren), 312 …updateChildren(oldUnkeyedRows.current.children, const <Widget>[], forgottenChildren: _forgottenChi… 314 updateChildren(oldChildren, const <Widget>[], forgottenChildren: _forgottenChildren);
|
D | overlay.dart | 608 …_offstage = updateChildren(_offstage, widget.offstage, forgottenChildren: _forgottenOffstageChildr…
|
D | framework.dart | 4638 /// 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/ |
D | custom_paint.dart | 661 /// The algorithm tries to be as close to [RenderObjectElement.updateChildren]
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 5209 package:flutter/src/widgets/framework.dart,RenderObjectElement,updateChildren
|