Lines Matching refs:nodeContent
69 private nodeContent: Content = new NodeContent();
72 // Create a node through the C API and add it to the nodeContent manager.
73 nativeNode.createNativeNode(this.nodeContent);
78 // Display the native components stored in the nodeContent manager.
79 ContentSlot(this.nodeContent)
122 // Point nodeContentHandle_ to a nodeContent object passed in from ArkTS.
130 // Add the component to the nodeContent manager.
149 // Register an event with nodeContent.
158 // Add the component to the nodeContent manager.
167 // Insert a component into the specified position of the nodeContent manager.
174 // Remove a component from the nodeContent manager.