Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp3320 auto selResult = selectInfo.GetSelection().resultObjects; in JudgeContentDraggable() local
3321 …auto iter = std::find_if(selResult.begin(), selResult.end(), [](ResultObject& obj) { return obj.is… in JudgeContentDraggable()
3322 return iter != selResult.end(); in JudgeContentDraggable()
7465 auto selResult = info.GetSelection().resultObjects; in OnBackPressed() local
7466 …if (isMousePressed_ && selResult.size() == 1 && selResult.front().type == SelectSpanType::TYPEIMAG… in OnBackPressed()