Searched refs:textCancelNode (Results 1 – 8 of 8) sorted by relevance
487 auto textCancelNode = FrameNode::CreateFrameNode( variable491 textCancelNode->MountToParent(buttonCancelNode);543 auto textCancelNode = FrameNode::CreateFrameNode( variable547 textCancelNode->MountToParent(buttonCancelNode);603 textCancelNode->MountToParent(buttonCancelNode);659 textCancelNode->MountToParent(buttonCancelNode);715 textCancelNode->MountToParent(buttonCancelNode);771 textCancelNode->MountToParent(buttonCancelNode);825 textCancelNode->MountToParent(buttonCancelNode);880 textCancelNode->MountToParent(buttonCancelNode);[all …]
1081 auto textCancelNode = FrameNode::CreateFrameNode( variable1085 textCancelNode->MountToParent(buttonCancelNode);1214 auto textCancelNode = FrameNode::CreateFrameNode( variable1218 textCancelNode->MountToParent(buttonCancelNode);1272 auto textCancelNode = FrameNode::CreateFrameNode( variable1276 textCancelNode->MountToParent(buttonCancelNode);1330 textCancelNode->MountToParent(buttonCancelNode);1399 textCancelNode->MountToParent(buttonCancelNode);1469 textCancelNode->MountToParent(buttonCancelNode);1536 textCancelNode->MountToParent(buttonCancelNode);[all …]
1050 auto textCancelNode = FrameNode::CreateFrameNode( variable1052 ASSERT_NE(textCancelNode, nullptr);1053 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>();1056 textCancelNode->MountToParent(buttonCancelNode);
102 const RefPtr<FrameNode>& textCancelNode, const RefPtr<PickerTheme>& pickerTheme);104 const RefPtr<FrameNode>& textCancelNode, const RefPtr<PickerTheme>& pickerTheme);106 const RefPtr<FrameNode>& textCancelNode, const RefPtr<PickerTheme>& pickerTheme);
590 const RefPtr<FrameNode>& textCancelNode, const RefPtr<PickerTheme>& pickerTheme) in UpdateCancelButtonTextLayoutProperty() argument592 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>(); in UpdateCancelButtonTextLayoutProperty()806 auto textCancelNode = FrameNode::CreateFrameNode( in CreateCancelNode() local808 CHECK_NULL_RETURN(textCancelNode, nullptr); in CreateCancelNode()809 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>(); in CreateCancelNode()810 UpdateCancelButtonTextLayoutProperty(textCancelNode, pickerTheme); in CreateCancelNode()813 textCancelNode->MountToParent(buttonCancelNode); in CreateCancelNode()
743 auto textCancelNode = FrameNode::CreateFrameNode( in CreateCancelNode() local745 CHECK_NULL_RETURN(textCancelNode, nullptr); in CreateCancelNode()746 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>(); in CreateCancelNode()751 textCancelNode->MountToParent(buttonCancelNode); in CreateCancelNode()
1024 auto textCancelNode = FrameNode::CreateFrameNode( variable1026 CHECK_NULL_VOID(textCancelNode);1027 textCancelNode->MountToParent(buttonCancelNode);
1146 auto textCancelNode = FrameNode::CreateFrameNode( in CreateCancelNode() local1148 CHECK_NULL_RETURN(textCancelNode, nullptr); in CreateCancelNode()1149 auto textCancelLayoutProperty = textCancelNode->GetLayoutProperty<TextLayoutProperty>(); in CreateCancelNode()1154 textCancelNode->MountToParent(buttonCancelNode); in CreateCancelNode()