Searched refs:UpdateDecoration (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_textarea.h | 59 void UpdateDecoration();
|
H A D | dom_textarea.cpp | 326 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 D | text_field_model_impl.cpp | 65 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 D | text_field_model_impl.h | 104 …static void UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldCompo…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textfield.h | 89 …static void UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldCompo…
|
H A D | js_textfield.cpp | 1158 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 D | rich_editor_pattern_testone_ng.cpp | 875 richEditorPattern->UpdateDecoration(spanNode, updateSpanStyle, textStyle);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 1062 …void UpdateDecoration(RefPtr<SpanNode>& spanNode, struct UpdateSpanStyle& updateSpanStyle, TextSty…
|
H A D | rich_editor_pattern.cpp | 1953 UpdateDecoration(spanNode, updateSpanStyle, textStyle); in UpdateTextStyle() 1962 void RichEditorPattern::UpdateDecoration( in UpdateDecoration() function in OHOS::Ace::NG::RichEditorPattern
|