Home
last modified time | relevance | path

Searched refs:ConvertStrToTextOverflow (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dtext_style_creator.cpp194 textStyle.SetTextOverflow(Framework::ConvertStrToTextOverflow(textOverflow)); in CreateFromJson()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
Dtext_declaration.cpp234 specializedStyle.textStyle.SetTextOverflow(ConvertStrToTextOverflow(val)); in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dutils.h305 inline TextOverflow ConvertStrToTextOverflow(const std::string& overflow) in ConvertStrToTextOverflow() function