Lines Matching refs:a_this

65 	 *@param a_this a pointer to the current instance of
68 void (*start_document) (CRDocHandler *a_this) ;
72 *@param a_this a pointer to the current instance of
75 void (*end_document) (CRDocHandler *a_this) ;
79 *@param a_this the document handler.
82 void (*charset) (CRDocHandler *a_this,
89 *@param a_this the current instance of #CRDocHandler.
99 void (*import_style) (CRDocHandler *a_this,
105 void (*import_style_result) (CRDocHandler *a_this,
114 *@param a_this the current instance of #CRDocHandler.
119 void (*namespace_declaration) (CRDocHandler *a_this,
126 *@param a_this a pointer to the current instance
130 void (*comment) (CRDocHandler *a_this,
136 *@param a_this the current instance of #CRDocHandler.
140 void (*start_selector) (CRDocHandler * a_this,
145 *@param a_this the current instance of #CRDocHandler.
150 void (*end_selector) (CRDocHandler *a_this,
156 *@param a_this a pointer to the current instance
165 void (*property) (CRDocHandler *a_this,
176 *@param a_this a pointer to the current instance of
181 void (*start_font_face) (CRDocHandler *a_this,
186 *@param a_this a pointer to the current instance of
189 void (*end_font_face) (CRDocHandler *a_this) ;
198 *@param a_this a pointer to the current instance of
205 void (*start_media) (CRDocHandler *a_this,
211 *@param a_this a pointer to the current instance
217 void (*end_media) (CRDocHandler *a_this,
226 *@param a_this a pointer to the current instance of
232 void (*start_page) (CRDocHandler *a_this,
239 *@param a_this a pointer to the current instance of
244 void (*end_page) (CRDocHandler *a_this,
252 void (*ignorable_at_rule) (CRDocHandler *a_this,
262 void (*error) (CRDocHandler *a_this) ;
269 void (*unrecoverable_error) (CRDocHandler *a_this) ;
277 enum CRStatus cr_doc_handler_set_result (CRDocHandler *a_this, gpointer a_result) ;
279 enum CRStatus cr_doc_handler_get_result (CRDocHandler const *a_this, gpointer * a_result) ;
281 enum CRStatus cr_doc_handler_set_ctxt (CRDocHandler *a_this, gpointer a_ctxt) ;
283 enum CRStatus cr_doc_handler_get_ctxt (CRDocHandler const *a_this, gpointer * a_ctxt) ;
285 enum CRStatus cr_doc_handler_set_default_sac_handler (CRDocHandler *a_this) ;
287 void cr_doc_handler_associate_a_parser (CRDocHandler *a_this,
290 void cr_doc_handler_ref (CRDocHandler *a_this) ;
292 gboolean cr_doc_handler_unref (CRDocHandler *a_this) ;
294 void cr_doc_handler_destroy (CRDocHandler *a_this) ;