Searched refs:elementsToPushDown (Results 1 – 1 of 1) sorted by relevance
1060 WillBeHeapVector<RefPtrWillBeMember<Element> > elementsToPushDown; in pushDownInlineStyleAroundNode() local1067 elementsToPushDown.append(styledElement); in pushDownInlineStyleAroundNode()1080 if (!child->contains(targetNode) && elementsToPushDown.size()) { in pushDownInlineStyleAroundNode()1081 for (size_t i = 0; i < elementsToPushDown.size(); i++) { in pushDownInlineStyleAroundNode()1082 … RefPtrWillBeRawPtr<Element> wrapper = elementsToPushDown[i]->cloneElementWithoutChildren(); in pushDownInlineStyleAroundNode()