Searched refs:AcceptsDrops (Results 1 – 2 of 2) sorted by relevance
46 bool AcceptsDrops(void) const { return fAcceptDrops; } in AcceptsDrops() function
187 if (msg->WasDropped() && AcceptsDrops()) { in MessageReceived()