Searched refs:CreateJSSelectionRange (Results 1 – 2 of 2) sorted by relevance
61 static JSRef<JSVal> CreateJSSelectionRange(const SelectionRangeInfo& selectRange);
430 JSRef<JSVal> JSRichEditor::CreateJSSelectionRange(const SelectionRangeInfo& selectRange) in CreateJSSelectionRange() function in OHOS::Ace::Framework::JSRichEditor449 CreateJSSelectionRange); in SetOnSelectionChange()2645 args.SetReturnValue(JSRichEditor::CreateJSSelectionRange(value)); in GetSelection()