Searched defs:DestroyEntry (Results 1 – 2 of 2) sorted by relevance
60 typedef struct DestroyEntry DestroyEntry; typedef61 struct DestroyEntry struct63 DestroyEntry *next; argument64 GDestroyNotify destroy_func;65 gpointer destroy_data;
781 void HttpCache::DestroyEntry(ActiveEntry* entry) { in DestroyEntry() function in net::HttpCache