Searched refs:spanList (Results 1 – 5 of 5) sorted by relevance
162 sptr<SpanInfoParcel> spanList = parcel.ReadStrongParcelable<SpanInfoParcel>(); in ReadFromParcelFourthPart() local163 if (!spanList) { in ReadFromParcelFourthPart()167 spanList_.emplace_back(*spanList); in ReadFromParcelFourthPart()286 SpanInfoParcel spanList(span); in MarshallingThirdPart() local287 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Parcelable, parcel, &spanList); in MarshallingThirdPart()
1009 void AccessibilityElementInfo::SetSpanList(const std::vector<SpanInfo> &spanList) in SetSpanList() argument1012 spanList_.resize(spanList.size()); in SetSpanList()1013 std::copy(spanList.begin(), spanList.end(), spanList_.begin()); in SetSpanList()
43 JSRef<JSArray>& jsArray, const std::vector<NG::RichEditorAbstractSpanResult>& spanList);45 …ic JSRef<JSVal> CreateJsOnDidChange(const std::vector<NG::RichEditorAbstractSpanResult>& spanList);
770 JSRef<JSArray>& jsArray, const std::vector<NG::RichEditorAbstractSpanResult>& spanList) in SetChangeTextSpans() argument773 for (const auto& it : spanList) { in SetChangeTextSpans()878 …l> JSRichEditor::CreateJsOnDidChange(const std::vector<NG::RichEditorAbstractSpanResult>& spanList) in CreateJsOnDidChange() argument881 SetChangeTextSpans(richEditorReplacedSpans, spanList); in CreateJsOnDidChange()
1704 void SetSpanList(const std::vector<SpanInfo> &spanList);