Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.h59 void UpdateDecoration();
H A Ddom_textarea.cpp332 UpdateDecoration(); in PrepareSpecializedComponent()
345 void DOMTextarea::UpdateDecoration() in UpdateDecoration() function in OHOS::Ace::Framework::DOMTextarea
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.h95 static void UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component,
H A Djs_textfield.cpp1286 void JSTextField::UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, in UpdateDecoration() function in OHOS::OHOS::Ace::Framework::JSTextField
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.h106 static void UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component,
H A Dtext_field_model_impl.cpp55 JSTextField::UpdateDecoration(boxComponent, textInputComponent, boxBorder, theme); in CreateTextInput()
145 UpdateDecoration(boxComponent, textAreaComponent, boxBorder, theme); in CreateTextArea()
515 void TextFieldModelImpl::UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, in UpdateDecoration() function in OHOS::Ace::Framework::TextFieldModelImpl
520 LOGI("UpdateDecoration: textFieldTheme is null."); in UpdateDecoration()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testone_ng.cpp799 * @tc.desc: test UpdateDecoration
811 richEditorPattern->UpdateDecoration(spanNode, updateSpanStyle, textStyle); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1034 void UpdateDecoration(RefPtr<SpanNode>& spanNode, struct UpdateSpanStyle& updateSpanStyle, TextStyle& textStyle);
H A Drich_editor_pattern.cpp1923 UpdateDecoration(spanNode, updateSpanStyle, textStyle);
1931 void RichEditorPattern::UpdateDecoration(

Completed in 22 milliseconds