Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h210 static JSRef<JSVal> CreateJSParagraphsInfo(const std::vector<ParagraphInfo>& info);
H A Djs_richeditor.cpp2158 args.SetReturnValue(CreateJSParagraphsInfo(info)); in GetParagraphsInfo()
2189 JSRef<JSVal> JSRichEditorController::CreateJSParagraphsInfo(const std::vector<ParagraphInfo>& info) in CreateJSParagraphsInfo() function in OHOS::Ace::Framework::JSRichEditorController