Searched refs:existingProxyChild (Results 1 – 1 of 1) sorted by relevance
1311 void Append(const RefPtr<ElementProxy>& existingProxyChild) in Append() argument1313 children_.emplace_back(existingProxyChild); in Append()1314 existingProxyChild->UpdateIndex(startIndex_ + count_); in Append()1315 count_ += existingProxyChild->RenderCount(); in Append()