Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h61 static JSRef<JSVal> CreateJSSelectionRange(const SelectionRangeInfo& selectRange);
H A Djs_richeditor.cpp430 JSRef<JSVal> JSRichEditor::CreateJSSelectionRange(const SelectionRangeInfo& selectRange) in CreateJSSelectionRange() function in OHOS::Ace::Framework::JSRichEditor
449 CreateJSSelectionRange); in SetOnSelectionChange()
2645 args.SetReturnValue(JSRichEditor::CreateJSSelectionRange(value)); in GetSelection()