Home
last modified time | relevance | path

Searched refs:GetTypingStyle (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_base_controller.cpp58 std::optional<struct UpdateSpanStyle> RichEditorBaseController::GetTypingStyle() in GetTypingStyle() function in OHOS::Ace::NG::RichEditorBaseController
62 return richEditorPattern->GetTypingStyle(); in GetTypingStyle()
H A Drich_editor_base_controller.h34 std::optional<struct UpdateSpanStyle> GetTypingStyle() override;
H A Drich_editor_model.h292 virtual std::optional<struct UpdateSpanStyle> GetTypingStyle() = 0;
H A Drich_editor_pattern.h521 std::optional<struct UpdateSpanStyle> GetTypingStyle();
H A Drich_editor_pattern.cpp1904 std::optional<struct UpdateSpanStyle> RichEditorPattern::GetTypingStyle() in GetTypingStyle() function in OHOS::Ace::NG::RichEditorPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h120 void GetTypingStyle(const JSCallbackInfo& info);
H A Djs_richeditor.cpp1961 …s<JSRichEditorController>::CustomMethod("getTypingStyle", &JSRichEditorController::GetTypingStyle); in JSBind()
2441 void JSRichEditorBaseController::GetTypingStyle(const JSCallbackInfo& info) in GetTypingStyle() function in OHOS::Ace::Framework::JSRichEditorBaseController
2446 auto typingStyle = controller->GetTypingStyle(); in GetTypingStyle()
2775 "getTypingStyle", &JSRichEditorStyledStringController::GetTypingStyle); in JSBind()