Searched refs:compileChildren (Results 1 – 2 of 2) sorted by relevance
/third_party/jsframework/runtime/main/model/ |
D | compiler.ts | 412 compileChildren(vm, slotItem.target, slotItem.dest); 423 compileChildren(parentVm, { children: namedContent }, slotItem.dest); 713 compileChildren(vm, template, element); 728 function compileChildren(vm: Vm, template: any, dest: Element | FragBlockInterface): void | boolean… function
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | object.dart | 2509 final SemanticsNode node = interestingFragment.compileChildren( 3307 /// Specifically, it describes which children (as returned by [compileChildren]) 3334 Iterable<SemanticsNode> compileChildren({ 3354 /// this fragment's children (as returned by [compileChildren]) and merge that 3373 /// Tag all children produced by [compileChildren] with `tags`. 3406 …Iterable<SemanticsNode> compileChildren({ Rect parentSemanticsClipRect, Rect parentPaintClipRect, … 3427 return fragment.compileChildren( 3497 …Iterable<SemanticsNode> compileChildren({ Rect parentSemanticsClipRect, Rect parentPaintClipRect, … 3503 yield* fragment.compileChildren( 3547 .expand((_InterestingSemanticsFragment fragment) => fragment.compileChildren( [all …]
|