Home
last modified time | relevance | path

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
52 HandlerList fConfigHandlers;
/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(); in dump_handlers()
416 new(&sLowResourceHandlers) HandlerList; in low_resource_manager_init()
462 HandlerList::Iterator iterator = sLowResourceHandlers.GetIterator(); in unregister_low_resource_handler()
501 HandlerList::ReverseIterator iterator in register_low_resource_handler()
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.h37 typedef BObjectList<Handler> HandlerList; typedef
106 HandlerList fHandlerList;