Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h866 std::string GetInputStyleString() const;
H A Dtext_field_pattern.cpp6027 std::string TextFieldPattern::GetInputStyleString() const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
6734 json->PutExtAttr("style", GetInputStyleString().c_str(), filter); in OnBackPressed()
7067 dumpLog.AddDesc(std::string("style:").append(GetInputStyleString())); in OnBackPressed()