Home | History | Annotate | Download | only in flip_server

Lines Matching refs:OnUnregistration

102   virtual void OnUnregistration(int fd, bool replaced) = 0;
106 // OnUnregistration because the subclass may want to clean up memory.
107 // This is called in leiu of OnUnregistration.
154 // OnUnregistration() function is called like so:
155 // OnUnregistration(fd, true);
1016 virtual void OnUnregistration() = 0;
1051 virtual void OnUnregistration();