Searched refs:CreateButtonText (Results 1 – 2 of 2) sorted by relevance
358 RefPtr<FrameNode> CreateButtonText(const std::string& text, const std::string& colorStr);
710 auto textNode = CreateButtonText(params.text, textColor); in CreateButton()886 RefPtr<FrameNode> DialogPattern::CreateButtonText(const std::string& text, const std::string& color… in CreateButtonText() function in OHOS::Ace::NG::DialogPattern