Searched refs:FromStyledString (Results 1 – 9 of 9) sorted by relevance
132 SelectionInfo RichEditorController::FromStyledString(RefPtr<SpanStringBase> spanStringBase) in FromStyledString() function in OHOS::Ace::NG::RichEditorController138 return richEditorPattern->FromStyledString(spanString); in FromStyledString()
42 SelectionInfo FromStyledString(RefPtr<SpanStringBase> value) override;
319 virtual SelectionInfo FromStyledString(RefPtr<SpanStringBase> value) = 0;
571 SelectionInfo FromStyledString(const RefPtr<SpanString>& spanString);
3973 SelectionInfo RichEditorPattern::FromStyledString(const RefPtr<SpanString>& spanString) in FromStyledString() function in OHOS::Ace::NG::RichEditorPattern
197 void FromStyledString(const JSCallbackInfo& args);
1974 …RichEditorController>::CustomMethod("fromStyledString", &JSRichEditorController::FromStyledString); in JSBind()2551 void JSRichEditorController::FromStyledString(const JSCallbackInfo& args) in FromStyledString() function in OHOS::Ace::Framework::JSRichEditorController2564 SelectionInfo value = richEditorController->FromStyledString(spanStringController); in FromStyledString()
1512 selection = richEditorPattern->FromStyledString(spanString).GetSelection();1518 selection = richEditorPattern->FromStyledString(spanString).GetSelection();1524 selection = richEditorPattern->FromStyledString(spanString).GetSelection();
893 auto info = richEditorPattern->FromStyledString(mutableStr);