Home
last modified time | relevance | path

Searched defs:offsetInSpan (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.h39 void SetOffsetInSpan(int32_t offsetInSpan) in SetOffsetInSpan()
H A Drich_editor_event_hub.cpp94 void RichEditorAbstractSpanResult::SetOffsetInSpan(int32_t offsetInSpan) in SetOffsetInSpan()
H A Drich_editor_pattern.cpp1660 int32_t offsetInSpan = positionInfo.spanOffset_; in TextSpanSplit() local
9513 int32_t offsetInSpan = info.GetOffsetInSpan(); in OnBackPressed() local
9562 …std::string& content, int32_t startSpanIndex, int32_t offsetInSpan, std::optional<TextStyle> textS… in OnBackPressed()
9592int32_t offsetInSpan, int32_t endInSpan, std::string content, std::optional<TextStyle> textStyle, in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp662 JSRef<JSArray> offsetInSpan = JSRef<JSArray>::New(); in CreateJsOnIMEInputComplete() local
720 JSRef<JSArray> offsetInSpan = JSRef<JSArray>::New(); in CreateJSDeleteSpans() local
777 JSRef<JSArray> offsetInSpan = JSRef<JSArray>::New(); in SetChangeTextSpans() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_test_ng.cpp1098 int32_t offsetInSpan = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp203 auto offsetInSpan = panda::ArrayRef::New(vm); in CreateAbstractSpanResult() local