Searched refs:removeView (Results 1 – 1 of 1) sorted by relevance
492 auto removeView = customViewChildrenWithLazy_.find(item); in RemoveChildGroupById() local493 if (removeView != customViewChildrenWithLazy_.end()) { in RemoveChildGroupById()494 if (!removeView->second.IsEmpty()) { in RemoveChildGroupById()495 auto* view = removeView->second->Unwrap<JSView>(); in RemoveChildGroupById()499 removeView->second.Reset(); in RemoveChildGroupById()