Home
last modified time | relevance | path

Searched refs:CreateTypingStyleResult (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h149 static JSRef<JSObject> CreateTypingStyleResult(const struct UpdateSpanStyle& typingStyle);
H A Djs_richeditor.cpp2447 auto style = CreateTypingStyleResult(typingStyle.value_or(UpdateSpanStyle())); in GetTypingStyle()
2451 JSRef<JSObject> JSRichEditorBaseController::CreateTypingStyleResult(const struct UpdateSpanStyle& t… in CreateTypingStyleResult() function in OHOS::Ace::Framework::JSRichEditorBaseController