Searched refs:selResult (Results 1 – 1 of 1) sorted by relevance
3320 auto selResult = selectInfo.GetSelection().resultObjects; in JudgeContentDraggable() local3321 …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() local7466 …if (isMousePressed_ && selResult.size() == 1 && selResult.front().type == SelectSpanType::TYPEIMAG… in OnBackPressed()