Home
last modified time | relevance | path

Searched refs:GetSpanRangeStart (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp124 textSpanResult.GetSpanRangeStart(), in FfiOHOSAceFrameworkRichEditorOnIMEInputComplete()
H A Dcj_richeditor_controller_ffi.cpp125 spanPosition.spanStart = spanObject.GetSpanRangeStart(); in ParseRichEditorAbstractTextSpanResult()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp69 int32_t RichEditorAbstractSpanResult::GetSpanRangeStart() const in GetSpanRangeStart() function in OHOS::Ace::NG::RichEditorAbstractSpanResult
H A Drich_editor_event_hub.h86 int32_t GetSpanRangeStart() const;
H A Drich_editor_pattern.cpp5333 retInfo.SetOffsetInSpan(caretPosition_ - retInfo.GetSpanRangeStart()); in AfterIMEInsertValue()
9733 int32_t symbolStart = it.GetSpanRangeStart(); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp663 spanRange->SetValueAt(0, JSRef<JSVal>::Make(ToJSValue(textSpanResult.GetSpanRangeStart()))); in CreateJsOnIMEInputComplete()
721 spanRange->SetValueAt(0, JSRef<JSVal>::Make(ToJSValue(it.GetSpanRangeStart()))); in CreateJSDeleteSpans()
778 spanRange->SetValueAt(0, JSRef<JSVal>::Make(ToJSValue(it.GetSpanRangeStart()))); in SetChangeTextSpans()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp176 …::ArrayRef::SetValueAt(vm, spanRange, NUM_0, panda::NumberRef::New(vm, event.GetSpanRangeStart())); in CreateAbstractSpanResult()