Searched defs:createWithLabel (Results 1 – 5 of 5) sorted by relevance
26 createWithLabel: ((arg: string) => void) | undefined property in LegacyComponent
417 void ButtonModelStatic::SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel) in SetCreateWithLabel()
995 void ButtonModelNG::SetCreateWithLabel(bool createWithLabel) in SetCreateWithLabel()1010 void ButtonModelNG::SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel) in SetCreateWithLabel()
726 void SetCreateWithLabel(ArkUINodeHandle node, bool createWithLabel) in SetCreateWithLabel()
88 bool createWithLabel = false; in SetCreateWithLabel() local