Searched refs:GetReplacedSpan (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 9502 void RichEditorPattern::GetReplacedSpan(RichEditorChangeValue& changeValue, int32_t& innerPosition, in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern 9819 …GetReplacedSpan(changeValue, innerPosition, options.value, innerPosition, textStyle, options.paraS… in OnBackPressed() 9899 …GetReplacedSpan(changeValue, innerPosition, record.addText.value(), innerPosition, std::nullopt, s… in OnBackPressed() 9903 GetReplacedSpan( in OnBackPressed() 9906 GetReplacedSpan( in OnBackPressed() 9923 …GetReplacedSpan(changeValue, innerPosition, record.addText.value(), innerPosition, std::nullopt, s… in OnBackPressed() 9927 …GetReplacedSpan(changeValue, innerPosition, record.addText.value(), innerPosition, std::nullopt, s… in OnBackPressed() 9939 GetReplacedSpan(changeValue, innerAddPosition, record.addText.value(), innerPosition, in OnBackPressed() 9954 GetReplacedSpan( in OnBackPressed() 9960 GetReplacedSpan( in OnBackPressed() [all …]
|
H A D | rich_editor_pattern.h | 1183 …void GetReplacedSpan(RichEditorChangeValue& changeValue, int32_t& innerPosition, const std::string…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_test_ng.cpp | 1074 richEditorPattern->GetReplacedSpan(
|