Searched refs:UpdateDecoration (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_textarea.h | 59 void UpdateDecoration();
|
H A D | dom_textarea.cpp | 332 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 D | js_textfield.h | 95 static void UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component,
|
H A D | js_textfield.cpp | 1286 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 D | text_field_model_impl.h | 106 static void UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component,
|
H A D | text_field_model_impl.cpp | 55 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 D | rich_editor_pattern_testone_ng.cpp | 799 * @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 D | rich_editor_pattern.h | 1034 void UpdateDecoration(RefPtr<SpanNode>& spanNode, struct UpdateSpanStyle& updateSpanStyle, TextStyle& textStyle);
|
H A D | rich_editor_pattern.cpp | 1923 UpdateDecoration(spanNode, updateSpanStyle, textStyle); 1931 void RichEditorPattern::UpdateDecoration(
|
Completed in 22 milliseconds