Searched refs:toBeRemoved (Results 1 – 6 of 6) sorted by relevance
225 Vector<AtomicString> toBeRemoved; in removeElementFromPendingResources() local234 toBeRemoved.append(it->key); in removeElementFromPendingResources()240 Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end(); in removeElementFromPendingResources()241 for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != vectorEnd; ++it) in removeElementFromPendingResources()247 Vector<AtomicString> toBeRemoved; in removeElementFromPendingResources() local256 toBeRemoved.append(it->key); in removeElementFromPendingResources()260 Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end(); in removeElementFromPendingResources()261 for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != vectorEnd; ++it) in removeElementFromPendingResources()336 WillBeHeapVector<RawPtrWillBeMember<SVGElement> > toBeRemoved; in removeAllTargetReferencesForElement() local348 toBeRemoved.append(referencedElement); in removeAllTargetReferencesForElement()[all …]
347 void FloatingObjects::remove(FloatingObject* toBeRemoved) in remove() argument349 decreaseObjectsCount(toBeRemoved->type()); in remove()350 OwnPtr<FloatingObject> floatingObject = m_set.take(toBeRemoved); in remove()
557 var toBeRemoved = [];559 toBeRemoved.push({564 chrome.send('removeVisits', toBeRemoved);1707 var toBeRemoved = [];1712 toBeRemoved.push(entry.visit);1737 historyModel.removeVisitsFromHistory(toBeRemoved,
103 void removeAll(const Collection& toBeRemoved) { WTF::removeAll(*this, toBeRemoved); } in removeAll() argument
1262 inline void removeAll(Collection1& collection, const Collection2& toBeRemoved)1264 if (collection.isEmpty() || toBeRemoved.isEmpty())1267 CollectionIterator end(toBeRemoved.end());1268 for (CollectionIterator it(toBeRemoved.begin()); it != end; ++it)
132 void removeAll(const Collection& toBeRemoved) { WTF::removeAll(*this, toBeRemoved); }