Home
last modified time | relevance | path

Searched defs:typingStyle (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_base_controller.cpp50 void RichEditorBaseController::SetTypingStyle(std::optional<struct UpdateSpanStyle> typingStyle, in SetTypingStyle()
H A Drich_editor_pattern.cpp1886 void RichEditorPattern::SetTypingStyle(std::optional<struct UpdateSpanStyle> typingStyle, in SetTypingStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_content_modifier_test_ng.cpp137 UpdateSpanStyle typingStyle; in SetTypingStyle() local
H A Drich_editor_pattern_test_ng.cpp353 struct UpdateSpanStyle typingStyle; variable
380 auto typingStyle = richEditorPattern->typingStyle_; variable
1363 struct UpdateSpanStyle typingStyle; variable
H A Drich_editor_edit_testone_ng.cpp869 UpdateSpanStyle typingStyle; variable
948 UpdateSpanStyle typingStyle; variable
H A Drich_editor_pattern_testfour_ng.cpp1040 struct UpdateSpanStyle typingStyle; variable
H A Drich_editor_styled_string_test_ng.cpp133 UpdateSpanStyle typingStyle; in SetTypingStyle() local
H A Drich_editor_edit_test_ng.cpp838 struct UpdateSpanStyle typingStyle; variable
H A Drich_editor_base_testone_ng.cpp936 UpdateSpanStyle typingStyle; variable
H A Drich_editor_test_ng.cpp4837 UpdateSpanStyle typingStyle; variable
4876 UpdateSpanStyle typingStyle; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2446 auto typingStyle = controller->GetTypingStyle(); in GetTypingStyle() local
2451 …ect> JSRichEditorBaseController::CreateTypingStyleResult(const struct UpdateSpanStyle& typingStyle) in CreateTypingStyleResult()