Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_event_hub.h39 void SetOffsetInSpan(int32_t offsetInSpan) in SetOffsetInSpan()
Dselection_info.h154 int32_t offsetInSpan[2] = { 0, 0 }; member
Drich_editor_event_hub.cpp94 void RichEditorAbstractSpanResult::SetOffsetInSpan(int32_t offsetInSpan) in SetOffsetInSpan()
Drich_editor_pattern.cpp1587 int32_t offsetInSpan = positionInfo.spanOffset_; in TextSpanSplit() local
9130 int32_t offsetInSpan = info.GetOffsetInSpan(); in OnBackPressed() local
9179 …std::string& content, int32_t startSpanIndex, int32_t offsetInSpan, std::optional<TextStyle> textS… in OnBackPressed()
9209int32_t offsetInSpan, int32_t endInSpan, std::string content, std::optional<TextStyle> textStyle, in OnBackPressed()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_richeditor.cpp661 JSRef<JSArray> offsetInSpan = JSRef<JSArray>::New(); in CreateJsOnIMEInputComplete() local
719 JSRef<JSArray> offsetInSpan = JSRef<JSArray>::New(); in CreateJSDeleteSpans() local
776 JSRef<JSArray> offsetInSpan = JSRef<JSArray>::New(); in SetChangeTextSpans() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
Drich_editor_pattern_test_ng.cpp1125 int32_t offsetInSpan = 0; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_rich_editor_bridge.cpp203 auto offsetInSpan = panda::ArrayRef::New(vm); in CreateAbstractSpanResult() local