Searched refs:toBeRemoved (Results 1 – 8 of 8) sorted by relevance
318 SkTDArray<GrCachedLayer*> toBeRemoved; in purge()323 *toBeRemoved.append() = &(*iter); in purge()327 for (int i = 0; i < toBeRemoved.count(); ++i) { in purge()328 this->unlock(toBeRemoved[i]); in purge()329 fLayerHash.remove(GrCachedLayer::GetKey(*toBeRemoved[i])); in purge()330 SkDELETE(toBeRemoved[i]); in purge()363 SkTDArray<GrCachedLayer*> toBeRemoved; in purgePlot() local368 *toBeRemoved.append() = &(*iter); in purgePlot()372 for (int i = 0; i < toBeRemoved.count(); ++i) { in purgePlot()373 SkASSERT(!toBeRemoved[i]->locked()); in purgePlot()[all …]
227 Vector<AtomicString> toBeRemoved; in removeElementFromPendingResources() local236 toBeRemoved.append(it->key); in removeElementFromPendingResources()242 Vector<AtomicString>::iterator itEnd = toBeRemoved.end(); in removeElementFromPendingResources()243 for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != itEnd; ++it) in removeElementFromPendingResources()249 Vector<AtomicString> toBeRemoved; in removeElementFromPendingResources() local258 toBeRemoved.append(it->key); in removeElementFromPendingResources()262 Vector<AtomicString>::iterator itEnd = toBeRemoved.end(); in removeElementFromPendingResources()263 for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != itEnd; ++it) in removeElementFromPendingResources()
103 HitRegionList toBeRemoved; in removeHitRegionsInRect() local109 toBeRemoved.add(hitRegion); in removeHitRegionsInRect()112 itEnd = toBeRemoved.rend(); in removeHitRegionsInRect()113 for (HitRegionIterator it = toBeRemoved.rbegin(); it != itEnd; ++it) in removeHitRegionsInRect()
346 void FloatingObjects::remove(FloatingObject* toBeRemoved) in remove() argument348 decreaseObjectsCount(toBeRemoved->type()); in remove()349 OwnPtr<FloatingObject> floatingObject = m_set.take(toBeRemoved); in remove()
103 void removeAll(const Collection& toBeRemoved) { WTF::removeAll(*this, toBeRemoved); } in removeAll() argument
132 void removeAll(const Collection& toBeRemoved) { WTF::removeAll(*this, toBeRemoved); }
1375 inline void removeAll(Collection1& collection, const Collection2& toBeRemoved)1377 if (collection.isEmpty() || toBeRemoved.isEmpty())1380 CollectionIterator end(toBeRemoved.end());1381 for (CollectionIterator it(toBeRemoved.begin()); it != end; ++it)
676 var toBeRemoved = [];678 toBeRemoved.push({684 chrome.send('removeVisits', toBeRemoved);2030 var toBeRemoved = [];2035 toBeRemoved.push(entry.visit);2059 historyModel.removeVisitsFromHistory(toBeRemoved,