Searched refs:DeleteAll (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/views/
H A DSkTagList.h40 static void DeleteAll(SkTagList* head);
H A DSkTagList.cpp54 void SkTagList::DeleteAll(SkTagList* rec)
H A DSkEventSink.cpp51 SkTagList::DeleteAll(fTagHead);
/external/v8/src/
H A Dzone.cc58 DeleteAll();
106 void Zone::DeleteAll() { function in class:v8::internal::Zone
H A Dzone.h54 void DeleteAll();
56 // Deletes the last small segment kept around by DeleteAll(). You
141 // Zone::DeleteAll() to delete all zone objects in one go.
147 // The ZoneScope is used to automatically call DeleteAll() on a
152 ~ZoneScope() { zone_->DeleteAll(); }
178 // objects in the Zone by calling Zone::DeleteAll().
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c1337 // iterate over table, deleting expired records (or all records if DeleteAll is true)
1338 mDNSlocal void DeleteRecords(DaemonInfo *d, mDNSBool DeleteAll) argument
1352 if (DeleteAll || (*ptr)->expire - now.tv_sec < 0)

Completed in 185 milliseconds