Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h60 static JSRef<JSVal> CreateJSSelection(const SelectionInfo& selectInfo);
H A Djs_richeditor.cpp385 JSRef<JSVal> JSRichEditor::CreateJSSelection(const SelectionInfo& selectInfo) in CreateJSSelection() function in OHOS::Ace::Framework::JSRichEditor
412 …pe::MakeRefPtr<JsEventFunction<SelectionInfo, 1>>(JSRef<JSFunc>::Cast(args[0]), CreateJSSelection); in SetOnSelect()
1948 args.SetReturnValue(JSRichEditor::CreateJSSelection(value)); in GetSelection()