Home
last modified time | relevance | path

Searched refs:hasChild (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/common/
Dheap.js132 const hasChild = rootNodes.some(
138 if (!hasChild) {
171 const hasChild = rootNodes.some(
174 if (!hasChild) {
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dnavigation_toolbar.dart117 if (hasChild(_ToolbarSlot.leading)) {
137 if (hasChild(_ToolbarSlot.trailing)) {
154 if (hasChild(_ToolbarSlot.middle)) {
Dbasic.dart1862 /// The [MultiChildLayoutDelegate.hasChild],
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Duser_accounts_drawer_header.dart234 if (hasChild(dropdownIcon)) {
240 …final String bottomLine = hasChild(accountEmail) ? accountEmail : (hasChild(accountName) ? account…
252 if (bottomLine == accountEmail && hasChild(accountName)) {
Dscaffold.dart402 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 …]
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dcustom_layout.dart67 /// if (hasChild(_Slot.leader)) {
72 /// if (hasChild(_Slot.follower)) {
106 bool hasChild(Object childId) => _idToChild[childId] != null;
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dcustom_multi_child_layout_test.dart32 performLayoutIsChild = hasChild('fred');
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp299 bool hasChild (const std::string& name) const;
334 inline bool CaseTreeNode::hasChild (const std::string& name) const in hasChild() function in tcu::CaseTreeNode
468 if (!nodeStack[stackPos]->hasChild(curName)) in parseSimpleCaseList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h104 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag() argument
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/animation/
Dhome.dart219 if (hasChild(cardId)) {
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcompilation_trace.txt3970 package:flutter/src/rendering/custom_layout.dart,MultiChildLayoutDelegate,hasChild