Searched refs:checkBoxConfiguration (Results 1 – 4 of 4) sorted by relevance
106 …makeContentModifierNode(context: UIContext, checkBoxConfiguration: CheckBoxConfiguration): FrameNo…107 checkBoxConfiguration.contentModifier = this.modifier;111 this.checkboxNode.build(this.builder, checkBoxConfiguration);114 this.checkboxNode.update(checkBoxConfiguration);
33 std::function<RefPtr<FrameNode>(const CheckBoxConfiguration& checkBoxConfiguration)>;
807 CheckBoxConfiguration checkBoxConfiguration(name, isSelected, enabled); in BuildContentModifierNode() local808 return (makeFunc_.value())(checkBoxConfiguration); in BuildContentModifierNode()
20038 makeContentModifierNode(context, checkBoxConfiguration) { argument20039 checkBoxConfiguration.contentModifier = this.modifier;20043 this.checkboxNode.build(this.builder, checkBoxConfiguration);20046 this.checkboxNode.update(checkBoxConfiguration);