Home
last modified time | relevance | path

Searched refs:UpdateDecoration (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.h59 void UpdateDecoration();
H A Ddom_textarea.cpp326 UpdateDecoration(); in PrepareSpecializedComponent()
339 void DOMTextarea::UpdateDecoration() in UpdateDecoration() function in OHOS::Ace::Framework::DOMTextarea
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp65 JSTextField::UpdateDecoration(boxComponent, textInputComponent, boxBorder, theme); in CreateTextInput()
155 UpdateDecoration(boxComponent, textAreaComponent, boxBorder, theme); in CreateTextArea()
525 void TextFieldModelImpl::UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, in UpdateDecoration() function in OHOS::Ace::Framework::TextFieldModelImpl
H A Dtext_field_model_impl.h104 …static void UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldCompo…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.h89 …static void UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldCompo…
H A Djs_textfield.cpp1158 void JSTextField::UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, in UpdateDecoration() function in OHOS::Ace::Framework::JSTextField
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp875 richEditorPattern->UpdateDecoration(spanNode, updateSpanStyle, textStyle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1062 …void UpdateDecoration(RefPtr<SpanNode>& spanNode, struct UpdateSpanStyle& updateSpanStyle, TextSty…
H A Drich_editor_pattern.cpp1953 UpdateDecoration(spanNode, updateSpanStyle, textStyle); in UpdateTextStyle()
1962 void RichEditorPattern::UpdateDecoration( in UpdateDecoration() function in OHOS::Ace::NG::RichEditorPattern