Searched refs:toBeRemoved (Results 1 – 3 of 3) sorted by relevance
207 Vector<AtomicString> toBeRemoved; in removeElementFromPendingResources() local216 toBeRemoved.append(it->key); in removeElementFromPendingResources()222 Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end(); in removeElementFromPendingResources()223 for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != vectorEnd; ++it) in removeElementFromPendingResources()229 Vector<AtomicString> toBeRemoved; in removeElementFromPendingResources() local238 toBeRemoved.append(it->key); in removeElementFromPendingResources()242 Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end(); in removeElementFromPendingResources()243 for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != vectorEnd; ++it) in removeElementFromPendingResources()318 Vector<SVGElement*> toBeRemoved; in removeAllTargetReferencesForElement() local330 toBeRemoved.append(referencedElement); in removeAllTargetReferencesForElement()[all …]
173 Vector<int> toBeRemoved; in updateTransitions() local179 toBeRemoved.append(anim->animatingProperty()); in updateTransitions()184 for (size_t j = 0; j < toBeRemoved.size(); ++j) in updateTransitions()185 m_transitions.remove(toBeRemoved[j]); in updateTransitions()
550 var toBeRemoved = [];552 toBeRemoved.push({557 chrome.send('removeVisits', toBeRemoved);1697 var toBeRemoved = [];1702 toBeRemoved.push(entry.visit);1727 historyModel.removeVisitsFromHistory(toBeRemoved,