Searched refs:hasChild (Results 1 – 11 of 11) sorted by relevance
132 const hasChild = rootNodes.some(138 if (!hasChild) {171 const hasChild = rootNodes.some(174 if (!hasChild) {
117 if (hasChild(_ToolbarSlot.leading)) {137 if (hasChild(_ToolbarSlot.trailing)) {154 if (hasChild(_ToolbarSlot.middle)) {
1862 /// The [MultiChildLayoutDelegate.hasChild],
234 if (hasChild(dropdownIcon)) {240 …final String bottomLine = hasChild(accountEmail) ? accountEmail : (hasChild(accountName) ? account…252 if (bottomLine == accountEmail && hasChild(accountName)) {
402 if (hasChild(_ScaffoldSlot.appBar)) {408 if (hasChild(_ScaffoldSlot.bottomNavigationBar)) {415 if (hasChild(_ScaffoldSlot.persistentFooter)) {430 if (hasChild(_ScaffoldSlot.body)) {462 if (hasChild(_ScaffoldSlot.bodyScrim)) {473 if (hasChild(_ScaffoldSlot.snackBar) && !isSnackBarFloating) {477 if (hasChild(_ScaffoldSlot.bottomSheet)) {487 if (hasChild(_ScaffoldSlot.floatingActionButton)) {513 if (hasChild(_ScaffoldSlot.snackBar)) {523 if (hasChild(_ScaffoldSlot.statusBar)) {[all …]
67 /// if (hasChild(_Slot.leader)) {72 /// if (hasChild(_Slot.follower)) {106 bool hasChild(Object childId) => _idToChild[childId] != null;
32 performLayoutIsChild = hasChild('fred');
299 bool hasChild (const std::string& name) const;334 inline bool CaseTreeNode::hasChild (const std::string& name) const in hasChild() function in tcu::CaseTreeNode468 if (!nodeStack[stackPos]->hasChild(curName)) in parseSimpleCaseList()
104 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag() argument
219 if (hasChild(cardId)) {
3970 package:flutter/src/rendering/custom_layout.dart,MultiChildLayoutDelegate,hasChild