Lines Matching defs:_CRDocHandler
62 struct _CRDocHandler struct
64 CRDocHandlerPriv *priv ;
70 gpointer app_data ;
77 void (*start_document) (CRDocHandler *a_this) ;
84 void (*end_document) (CRDocHandler *a_this) ;
91 void (*charset) (CRDocHandler *a_this,
108 void (*import_style) (CRDocHandler *a_this,
114 void (*import_style_result) (CRDocHandler *a_this,
128 void (*namespace_declaration) (CRDocHandler *a_this,
139 void (*comment) (CRDocHandler *a_this,
149 void (*start_selector) (CRDocHandler * a_this,
159 void (*end_selector) (CRDocHandler *a_this,
174 void (*property) (CRDocHandler *a_this,
190 void (*start_font_face) (CRDocHandler *a_this,
198 void (*end_font_face) (CRDocHandler *a_this) ;
214 void (*start_media) (CRDocHandler *a_this,
226 void (*end_media) (CRDocHandler *a_this,
241 void (*start_page) (CRDocHandler *a_this,
253 void (*end_page) (CRDocHandler *a_this,
261 void (*ignorable_at_rule) (CRDocHandler *a_this,
271 void (*error) (CRDocHandler *a_this) ;
278 void (*unrecoverable_error) (CRDocHandler *a_this) ;
280 gboolean resolve_import ;
281 gulong ref_count ;