Home
last modified time | relevance | path

Searched refs:CreateButtonText (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.h358 RefPtr<FrameNode> CreateButtonText(const std::string& text, const std::string& colorStr);
H A Ddialog_pattern.cpp710 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