Searched refs:CreateParagraphStyleResult (Results 1 – 2 of 2) sorted by relevance
68 static JSRef<JSObject> CreateParagraphStyleResult(const ParagraphInfo& info);
318 JSRef<JSObject> JSRichEditor::CreateParagraphStyleResult(const ParagraphInfo& info) in CreateParagraphStyleResult() function in OHOS::Ace::Framework::JSRichEditor2194 obj->SetPropertyObject("style", JSRichEditor::CreateParagraphStyleResult(info[i])); in CreateJSParagraphsInfo()