Home
last modified time | relevance | path

Searched refs:child_objects (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_menu_list.cc111 const auto& child_objects = ChildrenIncludingIgnored(); in DidUpdateActiveOption() local
112 if (!child_objects.IsEmpty()) { in DidUpdateActiveOption()
113 DCHECK_EQ(child_objects.size(), 1ul); in DidUpdateActiveOption()
114 DCHECK(IsA<AXMenuListPopup>(child_objects[0].Get())); in DidUpdateActiveOption()
116 if (auto* popup = DynamicTo<AXMenuListPopup>(child_objects[0].Get())) in DidUpdateActiveOption()
H A Dax_menu_list_option.cc89 const auto& child_objects = menu_list->ChildrenIncludingIgnored(); in ComputeParent() local
90 if (child_objects.IsEmpty()) in ComputeParent()
92 DCHECK_EQ(child_objects.size(), 1UL); in ComputeParent()
93 DCHECK(IsA<AXMenuListPopup>(child_objects[0].Get())); in ComputeParent()
94 To<AXMenuListPopup>(child_objects[0].Get())->UpdateChildrenIfNecessary(); in ComputeParent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_menu_list.cc114 const auto& child_objects = Children(); in DidUpdateActiveOption() local
115 if (!child_objects.IsEmpty()) { in DidUpdateActiveOption()
116 DCHECK_EQ(child_objects.size(), 1ul); in DidUpdateActiveOption()
117 DCHECK(IsA<AXMenuListPopup>(child_objects[0].Get())); in DidUpdateActiveOption()
119 if (auto* popup = DynamicTo<AXMenuListPopup>(child_objects[0].Get())) in DidUpdateActiveOption()
H A Dax_menu_list_option.cc89 const auto& child_objects = menu_list->Children(); in ComputeParent() local
90 if (child_objects.IsEmpty()) in ComputeParent()
92 DCHECK_EQ(child_objects.size(), 1UL); in ComputeParent()
93 DCHECK(IsA<AXMenuListPopup>(child_objects[0].Get())); in ComputeParent()
94 To<AXMenuListPopup>(child_objects[0].Get())->UpdateChildrenIfNecessary(); in ComputeParent()
/dports/graphics/blender/blender-2.91.0/source/blender/io/collada/
H A DSceneExporter.cpp81 void SceneExporter::writeNodeList(std::vector<Object *> &child_objects, Object *parent) in writeNodeList() argument
89 for (int i = 0; i < child_objects.size(); i++) { in writeNodeList()
90 Object *child = child_objects[i]; in writeNodeList()
102 std::vector<Object *> child_objects; in writeNode() local
103 bc_get_children(child_objects, ob, view_layer); in writeNode()
155 arm_exporter->add_armature_bones(ob, view_layer, this, child_objects); in writeNode()
234 writeNodeList(child_objects, ob); in writeNode()
238 writeNodeList(child_objects, ob); in writeNode()
H A DArmatureExporter.cpp47 std::vector<Object *> &child_objects) in add_armature_bones() argument
60 add_bone_node(bone, ob_arm, se, child_objects); in add_armature_bones()
151 std::vector<Object *> &child_objects) in add_bone_node() argument
201 std::vector<Object *>::iterator iter = child_objects.begin(); in add_bone_node()
203 while (iter != child_objects.end()) { in add_bone_node()
233 iter = child_objects.erase(iter); in add_bone_node()
241 add_bone_node(child, ob_arm, se, child_objects); in add_bone_node()
247 add_bone_node(child, ob_arm, se, child_objects); in add_bone_node()
H A DArmatureExporter.h68 std::vector<Object *> &child_objects);
91 std::vector<Object *> &child_objects);
H A DSceneExporter.h107 void writeNodeList(std::vector<Object *> &child_objects, Object *parent);
H A DDocumentImporter.cpp711 std::vector<Object *> *child_objects; in write_node() local
712 child_objects = write_node(child_nodes[i], node, sce, ob, is_library_node); in write_node()
713 delete child_objects; in write_node()
765 std::vector<Object *> *child_objects; in writeLibraryNodes() local
766 child_objects = write_node(nodes[i], NULL, sce, NULL, true); in writeLibraryNodes()
767 delete child_objects; in writeLibraryNodes()
/dports/devel/py-cle/cle-9.0.5405/cle/backends/
H A Dstatic_archive.py37 self.child_objects.append(child)
39 if self.child_objects:
40 self.arch = self.child_objects[0].arch
H A D__init__.py188 self.child_objects = [] # any objects loaded directly out of this
/dports/devel/py-cle/cle-9.0.5405/cle/backends/elf/
H A Delfcore.py268 self.child_objects.clear()
307 self.child_objects.clear()
318 self.child_objects.append(obj)
351 self.child_objects.append(obj)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dobject_tracker_utils.cpp138 itr->second->child_objects->insert(HandleToUint64(descriptor_set)); in AllocateDescriptorSet()
460 for (auto set : *pPoolNode->child_objects) { in PreCallValidateResetDescriptorPool()
476 for (auto set : *pPoolNode->child_objects) { in PreCallRecordResetDescriptorPool()
479 pPoolNode->child_objects->clear(); in PreCallRecordResetDescriptorPool()
747 pPoolNode->child_objects->erase(HandleToUint64(pDescriptorSets[i])); in PreCallRecordFreeDescriptorSets()
764 for (auto set : *pPoolNode->child_objects) { in PreCallValidateDestroyDescriptorPool()
780 for (auto set : *pPoolNode->child_objects) { in PreCallRecordDestroyDescriptorPool()
783 pPoolNode->child_objects->clear(); in PreCallRecordDestroyDescriptorPool()
H A Dobject_lifetime_validation.h55 …std::unique_ptr<std::unordered_set<uint64_t> > child_objects; // Child objects (used for VkDescri… member
210 pNewObjNode->child_objects.reset(new std::unordered_set<uint64_t>); in CreateObject()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dobject_tracker_utils.cpp138 itr->second->child_objects->insert(HandleToUint64(descriptor_set)); in AllocateDescriptorSet()
460 for (auto set : *pool_node->child_objects) { in PreCallValidateResetDescriptorPool()
476 for (auto set : *pool_node->child_objects) { in PreCallRecordResetDescriptorPool()
479 pool_node->child_objects->clear(); in PreCallRecordResetDescriptorPool()
747 pool_node->child_objects->erase(HandleToUint64(pDescriptorSets[i])); in PreCallRecordFreeDescriptorSets()
764 for (auto set : *pool_node->child_objects) { in PreCallValidateDestroyDescriptorPool()
780 for (auto set : *pool_node->child_objects) { in PreCallRecordDestroyDescriptorPool()
783 pool_node->child_objects->clear(); in PreCallRecordDestroyDescriptorPool()
H A Dobject_lifetime_validation.h55 …std::unique_ptr<layer_data::unordered_set<uint64_t> > child_objects; // Child objects (used for V… member
212 pNewObjNode->child_objects.reset(new layer_data::unordered_set<uint64_t>); in CreateObject()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/deployment_manager/
H A Dimporter.py352 child_objects = []
356 child_objects.append(_BuildFileImportObject(child_path, yaml_import[NAME]))
358 return child_objects
/dports/devel/py-cle/cle-9.0.5405/cle/
H A Dloader.py659 objects.extend(obj.child_objects)
667 …(self.main_object, ELFCore) or not self.main_object.child_objects else self.main_object.child_obje…
704 objects.extend(obj.child_objects)
749 … sibling_objs = list(obj.parent_object.child_objects) if obj.parent_object is not None else []
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dgradient-chemistry.cpp909 std::vector<SPObject *> child_objects; in sp_item_gradient_reverse_vector() local
915 child_objects.push_back(&child); in sp_item_gradient_reverse_vector()
928 for (auto i:child_objects) { in sp_item_gradient_reverse_vector()
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/models/
H A D__init__.py1007 for (rel, previous_id), child_objects in child_object_map.items():
1009 for child_object in child_objects:
1012 process_child_object(child_objects)
1631 child_objects = revision_content[accessor_name]
1637 for child_object in child_objects:
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DObjectManipulator.cpp1011 list<FWObject*> child_objects = fw->getByType(obj->getTypeName()); in getDeleteMenuState() local
1012 if (child_objects.size()==1) del_menu_item_state = false; in getDeleteMenuState()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/asfmux/
H A Dgstasfmux.c633 guint64 size, guint32 child_objects) in gst_asf_mux_write_header_object() argument
637 GST_WRITE_UINT32_LE (*buf + 24, child_objects); /* # of child objects */ in gst_asf_mux_write_header_object()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst/asfmux/
H A Dgstasfmux.c633 guint64 size, guint32 child_objects) in gst_asf_mux_write_header_object() argument
637 GST_WRITE_UINT32_LE (*buf + 24, child_objects); /* # of child objects */ in gst_asf_mux_write_header_object()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/asfmux/
H A Dgstasfmux.c633 guint64 size, guint32 child_objects) in gst_asf_mux_write_header_object() argument
637 GST_WRITE_UINT32_LE (*buf + 24, child_objects); /* # of child objects */ in gst_asf_mux_write_header_object()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst/asfmux/
H A Dgstasfmux.c633 guint64 size, guint32 child_objects) in gst_asf_mux_write_header_object() argument
637 GST_WRITE_UINT32_LE (*buf + 24, child_objects); /* # of child objects */ in gst_asf_mux_write_header_object()

123