Lines Matching defs:handler
42 CRPseudoClassSelectorHandler handler;
143 cr_utils_trace_info ("This handler is for :lang only");
184 cr_utils_trace_info ("This handler is for :first-child only");
201 CRPseudoClassSelectorHandler handler = NULL;
213 a_add_sel->content.pseudo->type, &handler);
214 if (status != CR_OK || !handler)
217 return handler (a_this, a_add_sel, a_node);
1140 *@a_handler: the actual handler or callback to be called during
1143 *Adds a new handler entry in the handlers entry table.
1169 handler_entry->handler = a_handler;
1277 *a_handler = entry->handler;