Searched refs:HandlerList (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/connection_config/
H A DConnectionConfigHandlerRoster.h41 typedef BObjectList<ConnectionConfigHandler> HandlerList; typedef in class:ConnectionConfigHandlerRoster
52 HandlerList fConfigHandlers;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.h37 typedef BObjectList<Handler> HandlerList; typedef in namespace:IMAP
106 HandlerList fHandlerList;
/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp42 typedef DoublyLinkedList<low_resource_handler> HandlerList; typedef
77 static HandlerList sLowResourceHandlers;
297 HandlerList::Iterator iterator = sLowResourceHandlers.GetIterator();
399 new(&sLowResourceHandlers) HandlerList;
445 HandlerList::Iterator iterator = sLowResourceHandlers.GetIterator();
484 HandlerList::ReverseIterator iterator

Completed in 42 milliseconds