Searched refs:GetSpanNodeIter (Results 1 – 2 of 2) sorted by relevance
508 std::list<RefPtr<UINode>>::const_iterator GetSpanNodeIter(int32_t index);
2318 std::list<RefPtr<UINode>>::const_iterator RichEditorPattern::GetSpanNodeIter(int32_t index) in GetSpanNodeIter() function in OHOS::Ace::NG::RichEditorPattern2332 auto itStart = GetSpanNodeIter(startPositionSpanInfo.spanIndex_); in GetSelectSpanSplit()2333 auto itEnd = GetSpanNodeIter(endPositionSpanInfo.spanIndex_); in GetSelectSpanSplit()2334 auto itEndNext = GetSpanNodeIter(endPositionSpanInfo.spanIndex_ + 1); in GetSelectSpanSplit()