Home
last modified time | relevance | path

Searched refs:GetOffsetInSpan (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.h44 int32_t GetOffsetInSpan() const in GetOffsetInSpan() function
H A Drich_editor_pattern.cpp5114 if (info.GetOffsetInSpan() == 0) { in InsertValueOperation()
5185 if (textTempSize < info.GetOffsetInSpan()) { in InsertValueToSpanNode()
5187 … "spanItemSize = %{public}d, offsetInSpan = %{public}d", textTempSize, info.GetOffsetInSpan()); in InsertValueToSpanNode()
5191 textTemp.insert(info.GetOffsetInSpan(), insertValueTemp); in InsertValueToSpanNode()
9513 int32_t offsetInSpan = info.GetOffsetInSpan(); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_test_ng.cpp73 EXPECT_EQ(info.GetOffsetInSpan(), 0);
78 EXPECT_EQ(info.GetOffsetInSpan(), 0);
H A Drich_editor_test_ng.cpp1035 EXPECT_EQ(info.GetOffsetInSpan(), 0);
1040 EXPECT_EQ(info.GetOffsetInSpan(), 0);