Searched refs:toDelete (Results 1 – 6 of 6) sorted by relevance
63 BitSet toDelete = new BitSet(blocks.getMaxLabel()); in process() local69 if (toDelete.get(b.getLabel())) { in process()83 if (toDelete.get(iLabel) in process()101 toDelete.set(jLabel); in process()110 if (toDelete.get(newBlocks.get(i).getLabel())) { in process()
99 Vector<CSSParserSelector*, 16> toDelete; in ~CSSParserSelector() local102 toDelete.append(selector); in ~CSSParserSelector()108 deleteAllValues(toDelete); in ~CSSParserSelector()
65 Chunk* toDelete = m_chunks; in remove() local66 m_chunks = toDelete->m_previous; in remove()68 delete toDelete; in remove() local
311 Vector<pair<String, int> > toDelete; in removeAnimationsForProperty() local314 toDelete.append(it->first); in removeAnimationsForProperty()317 for (unsigned int i = 0; i < toDelete.size(); i++) in removeAnimationsForProperty()318 m_animations.remove(toDelete[i]); in removeAnimationsForProperty()324 Vector<pair<String, int> > toDelete; in removeAnimationsForKeyframes() local327 toDelete.append(it->first); in removeAnimationsForKeyframes()330 for (unsigned int i = 0; i < toDelete.size(); i++) in removeAnimationsForKeyframes()331 m_animations.remove(toDelete[i]); in removeAnimationsForKeyframes()
1410 AtkAttributeSet* toDelete = 0; in attributeSetDifference() local1416 toDelete = g_slist_prepend(toDelete, i->data); in attributeSetDifference()1424 atk_attribute_set_free(toDelete); in attributeSetDifference()
1423 const char* toDelete, int32_t toDeleteLen) in _deleteVariant() argument1431 if (uprv_strncmp(variants, toDelete, toDeleteLen) == 0 && in _deleteVariant()