Home
last modified time | relevance | path

Searched refs:CRStatement (Results 1 – 9 of 9) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-statement.h85 CRStatement *parent_media_rule ;
119 CRStatement *rulesets ;
222 CRStatement *next ;
223 CRStatement *prev ;
249 CRStatement *
252 CRStatement*
256 CRStatement *a_media_rule) ;
257 CRStatement *
261 CRStatement*
267 CRStatement *
[all …]
Dcr-statement.c46 static void cr_statement_clear (CRStatement * a_this);
52 CRStatement *stmt = NULL; in parse_font_face_start_font_face_cb()
65 CRStatement *stmt = NULL; in parse_font_face_unrecoverable_error_cb()
66 CRStatement **stmtptr = NULL; in parse_font_face_unrecoverable_error_cb()
93 CRStatement *stmt = NULL; in parse_font_face_property_cb()
94 CRStatement **stmtptr = NULL; in parse_font_face_property_cb()
133 CRStatement *result = NULL; in parse_font_face_end_font_face_cb()
134 CRStatement **resultptr = NULL; in parse_font_face_end_font_face_cb()
154 CRStatement *stmt = NULL; in parse_page_start_page_cb()
176 CRStatement *stmt = NULL; in parse_page_unrecoverable_error_cb()
[all …]
Dcr-stylesheet.h69 CRStatement *statements ;
74 CRStatement *parent_import_rule ;
94 CRStyleSheet * cr_stylesheet_new (CRStatement *a_stmts) ;
101 CRStatement * cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) ;
Dcr-declaration.h48 typedef struct _CRStatement CRStatement ; typedef
65 CRStatement *parent_statement ;
87 CRDeclaration * cr_declaration_new (CRStatement *a_statement,
92 CRDeclaration * cr_declaration_parse_from_buf (CRStatement *a_statement,
Dcr-stylesheet.c47 cr_stylesheet_new (CRStatement * a_stmts) in cr_stylesheet_new()
74 CRStatement const *cur_stmt = NULL; in cr_stylesheet_to_string()
142 CRStatement *
Dcr-sel-eng.c64 CRStatement *cur_stmt;
89 CRStatement **
94 CRStatement *
832 CRStatement ** a_rulesets, in cr_sel_eng_get_matched_rulesets_real()
835 CRStatement *cur_stmt = NULL; in cr_sel_eng_get_matched_rulesets_real()
976 put_css_properties_in_props_list (CRPropList ** a_props, CRStatement * a_stmt) in put_css_properties_in_props_list()
1361 CRStatement *** a_rulesets, gulong * a_len) in cr_sel_eng_get_matched_rulesets()
1363 CRStatement **stmts_tab = NULL; in cr_sel_eng_get_matched_rulesets()
1376 stmts_tab = g_try_malloc (stmts_chunck_size * sizeof (CRStatement *)); in cr_sel_eng_get_matched_rulesets()
1383 memset (stmts_tab, 0, stmts_chunck_size * sizeof (CRStatement *)); in cr_sel_eng_get_matched_rulesets()
[all …]
Dcr-om-parser.c114 CRStatement *cur_stmt;
115 CRStatement *cur_media_stmt;
245 CRStatement *stmts = NULL; in end_font_face()
317 CRStatement *stmt = NULL, in charset()
398 CRStatement *stmt = NULL; in end_page()
467 CRStatement *stmts = NULL; in end_media()
508 CRStatement *stmt = NULL, in import_style()
607 CRStatement *stmts = NULL; in end_selector()
Dcr-sel-eng.h99 CRStatement ***a_rulesets,
Dcr-declaration.c84 cr_declaration_new (CRStatement * a_statement, in cr_declaration_new()
128 cr_declaration_parse_from_buf (CRStatement * a_statement, in cr_declaration_parse_from_buf()