Searched refs:CRStyleSheet (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-stylesheet.h34 *The declaration of the #CRStyleSheet class.
85 CRStyleSheet * cr_stylesheet_new (CRStatement *a_stmts) ;
87 gchar * cr_stylesheet_to_string (CRStyleSheet *a_this) ;
88 void cr_stylesheet_dump (CRStyleSheet *a_this, FILE *a_fp) ;
90 gint cr_stylesheet_nr_rules (CRStyleSheet *a_this) ;
92 CRStatement * cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) ;
94 void cr_stylesheet_ref (CRStyleSheet *a_this) ;
96 gboolean cr_stylesheet_unref (CRStyleSheet *a_this) ;
98 void cr_stylesheet_destroy (CRStyleSheet *a_this) ;
H A Dcr-cascade.h55 CRCascade * cr_cascade_new (CRStyleSheet *a_author_sheet,
56 CRStyleSheet *a_user_sheet,
57 CRStyleSheet *a_ua_sheet) ;
59 CRStyleSheet * cr_cascade_get_sheet (CRCascade *a_this,
63 CRStyleSheet *a_sheet,
H A Dcr-stylesheet.c29 *The definition of the #CRStyleSheet class
33 *Constructor of the #CRStyleSheet class.
37 CRStyleSheet *
40 CRStyleSheet *result;
42 result = g_try_malloc (sizeof (CRStyleSheet));
48 memset (result, 0, sizeof (CRStyleSheet));
57 *@param a_this the current instance of #CRStyleSheet
61 cr_stylesheet_to_string (CRStyleSheet *a_this)
95 *@param a_this the current instance of #CRStyleSheet.
99 cr_stylesheet_dump (CRStyleSheet * a_thi
[all...]
H A Dcr-om-parser.h63 CRStyleSheet **a_result) ;
68 CRStyleSheet **a_result) ;
73 CRStyleSheet **a_result) ;
79 CRStyleSheet **a_result) ;
H A Dcr-statement.h41 *forward declaration of CRStyleSheet which is defined in
84 typedef struct _CRStyleSheet CRStyleSheet; typedef in typeref:struct:_CRStyleSheet
101 CRStyleSheet * sheet;
211 CRStyleSheet *parent_sheet ;
243 cr_statement_new_ruleset (CRStyleSheet *a_sheet,
252 cr_statement_new_at_import_rule (CRStyleSheet *a_container_sheet,
255 CRStyleSheet *a_imported_sheet) ;
262 cr_statement_new_at_media_rule (CRStyleSheet *a_sheet,
270 cr_statement_new_at_charset_rule (CRStyleSheet *a_sheet,
278 cr_statement_new_at_font_face_rule (CRStyleSheet *a_shee
[all...]
H A Dcr-cascade.c43 CRStyleSheet *sheets[3];
65 cr_cascade_new (CRStyleSheet * a_author_sheet,
66 CRStyleSheet * a_user_sheet, CRStyleSheet * a_ua_sheet)
113 CRStyleSheet *
136 CRStyleSheet * a_sheet, enum CRStyleOrigin a_origin)
H A Dcr-sel-eng.h91 CRStyleSheet *a_sheet,
H A Dcr-om-parser.c103 CRStyleSheet *stylesheet;
200 CRStyleSheet *stylesheet = NULL;
835 enum CREncoding a_enc, CRStyleSheet ** a_result)
850 CRStyleSheet *result = NULL;
851 CRStyleSheet **resultptr = NULL;
884 CRStyleSheet ** a_result)
924 enum CREncoding a_enc, CRStyleSheet ** a_result)
940 CRStyleSheet *result = NULL;
941 CRStyleSheet **resultptr = NULL;
974 CRStyleSheet ** a_resul
[all...]
H A Dcr-doc-handler.h109 CRStyleSheet *a_sheet) ;
H A Dcr-statement.c1118 cr_statement_new_ruleset (CRStyleSheet * a_sheet,
1261 cr_statement_new_at_media_rule (CRStyleSheet * a_sheet,
1322 cr_statement_new_at_import_rule (CRStyleSheet * a_container_sheet,
1325 CRStyleSheet * a_imported_sheet)
1448 cr_statement_new_at_page_rule (CRStyleSheet * a_sheet,
1572 cr_statement_new_at_charset_rule (CRStyleSheet * a_sheet,
1668 cr_statement_new_at_font_face_rule (CRStyleSheet * a_sheet,
1786 cr_statement_set_parent_sheet (CRStatement * a_this, CRStyleSheet * a_sheet)
1804 cr_statement_get_parent_sheet (CRStatement * a_this, CRStyleSheet ** a_sheet)
2152 CRStyleSheet * a_shee
[all...]
H A Dcr-sel-eng.c49 CRStyleSheet *sheet;
77 CRStyleSheet *
813 CRStyleSheet * a_stylesheet,
1342 CRStyleSheet * a_sheet,
1420 CRStyleSheet *sheet = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-stylesheet.h34 *The declaration of the #CRStyleSheet class.
85 CRStyleSheet * cr_stylesheet_new (CRStatement *a_stmts) ;
87 gchar * cr_stylesheet_to_string (CRStyleSheet *a_this) ;
88 void cr_stylesheet_dump (CRStyleSheet *a_this, FILE *a_fp) ;
90 gint cr_stylesheet_nr_rules (CRStyleSheet *a_this) ;
92 CRStatement * cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) ;
94 void cr_stylesheet_ref (CRStyleSheet *a_this) ;
96 gboolean cr_stylesheet_unref (CRStyleSheet *a_this) ;
98 void cr_stylesheet_destroy (CRStyleSheet *a_this) ;
H A Dcr-cascade.h55 CRCascade * cr_cascade_new (CRStyleSheet *a_author_sheet,
56 CRStyleSheet *a_user_sheet,
57 CRStyleSheet *a_ua_sheet) ;
59 CRStyleSheet * cr_cascade_get_sheet (CRCascade *a_this,
63 CRStyleSheet *a_sheet,
H A Dcr-stylesheet.c29 *The definition of the #CRStyleSheet class
33 *Constructor of the #CRStyleSheet class.
37 CRStyleSheet *
40 CRStyleSheet *result;
42 result = g_try_malloc (sizeof (CRStyleSheet));
48 memset (result, 0, sizeof (CRStyleSheet));
57 *@param a_this the current instance of #CRStyleSheet
61 cr_stylesheet_to_string (CRStyleSheet *a_this)
95 *@param a_this the current instance of #CRStyleSheet.
99 cr_stylesheet_dump (CRStyleSheet * a_thi
[all...]
H A Dcr-om-parser.h63 CRStyleSheet **a_result) ;
68 CRStyleSheet **a_result) ;
73 CRStyleSheet **a_result) ;
79 CRStyleSheet **a_result) ;
H A Dcr-statement.h41 *forward declaration of CRStyleSheet which is defined in
84 typedef struct _CRStyleSheet CRStyleSheet; typedef in typeref:struct:_CRStyleSheet
101 CRStyleSheet * sheet;
211 CRStyleSheet *parent_sheet ;
243 cr_statement_new_ruleset (CRStyleSheet *a_sheet,
252 cr_statement_new_at_import_rule (CRStyleSheet *a_container_sheet,
255 CRStyleSheet *a_imported_sheet) ;
262 cr_statement_new_at_media_rule (CRStyleSheet *a_sheet,
270 cr_statement_new_at_charset_rule (CRStyleSheet *a_sheet,
278 cr_statement_new_at_font_face_rule (CRStyleSheet *a_shee
[all...]
H A Dcr-cascade.c43 CRStyleSheet *sheets[3];
65 cr_cascade_new (CRStyleSheet * a_author_sheet,
66 CRStyleSheet * a_user_sheet, CRStyleSheet * a_ua_sheet)
113 CRStyleSheet *
136 CRStyleSheet * a_sheet, enum CRStyleOrigin a_origin)
H A Dcr-sel-eng.h91 CRStyleSheet *a_sheet,
H A Dcr-om-parser.c103 CRStyleSheet *stylesheet;
200 CRStyleSheet *stylesheet = NULL;
835 enum CREncoding a_enc, CRStyleSheet ** a_result)
850 CRStyleSheet *result = NULL;
851 CRStyleSheet **resultptr = NULL;
884 CRStyleSheet ** a_result)
924 enum CREncoding a_enc, CRStyleSheet ** a_result)
940 CRStyleSheet *result = NULL;
941 CRStyleSheet **resultptr = NULL;
974 CRStyleSheet ** a_resul
[all...]
H A Dcr-doc-handler.h109 CRStyleSheet *a_sheet) ;
H A Dcr-statement.c1118 cr_statement_new_ruleset (CRStyleSheet * a_sheet,
1261 cr_statement_new_at_media_rule (CRStyleSheet * a_sheet,
1322 cr_statement_new_at_import_rule (CRStyleSheet * a_container_sheet,
1325 CRStyleSheet * a_imported_sheet)
1448 cr_statement_new_at_page_rule (CRStyleSheet * a_sheet,
1572 cr_statement_new_at_charset_rule (CRStyleSheet * a_sheet,
1668 cr_statement_new_at_font_face_rule (CRStyleSheet * a_sheet,
1786 cr_statement_set_parent_sheet (CRStatement * a_this, CRStyleSheet * a_sheet)
1804 cr_statement_get_parent_sheet (CRStatement * a_this, CRStyleSheet ** a_sheet)
2152 CRStyleSheet * a_shee
[all...]
H A Dcr-sel-eng.c49 CRStyleSheet *sheet;
77 CRStyleSheet *
813 CRStyleSheet * a_stylesheet,
1342 CRStyleSheet * a_sheet,
1420 CRStyleSheet *sheet = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c606 CRStyleSheet *css_file_contents;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.c603 CRStyleSheet *css_file_contents;
H A Dterm-styled-ostream.oo.c606 CRStyleSheet *css_file_contents;

Completed in 106 milliseconds