• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/

Lines Matching refs:CRStatement

31  *Definition of the #CRStatement class.
36 static void cr_statement_clear (CRStatement * a_this);
42 CRStatement *stmt = NULL;
55 CRStatement *stmt = NULL;
56 CRStatement **stmtptr = NULL;
83 CRStatement *stmt = NULL;
84 CRStatement **stmtptr = NULL;
123 CRStatement *result = NULL;
124 CRStatement **resultptr = NULL;
144 CRStatement *stmt = NULL;
166 CRStatement *stmt = NULL;
167 CRStatement **stmtptr = NULL;
192 CRStatement *stmt = NULL;
193 CRStatement **stmtptr = NULL;
218 CRStatement *stmt = NULL;
219 CRStatement **stmtptr = NULL;
236 CRStatement *at_media = NULL;
262 CRStatement *stmt = NULL;
263 CRStatement **stmtptr = NULL;
287 CRStatement *at_media = NULL;
288 CRStatement **at_media_ptr = NULL;
289 CRStatement *ruleset = NULL;
314 CRStatement *stmt = NULL;
315 CRStatement **stmtptr = NULL;
347 CRStatement *stmt = NULL;
348 CRStatement **stmtptr = NULL;
368 CRStatement *at_media = NULL;
369 CRStatement **at_media_ptr = NULL;
384 CRStatement *ruleset = NULL;
397 CRStatement *stmt = NULL;
398 CRStatement **stmtptr = NULL;
421 CRStatement *ruleset = NULL;
422 CRStatement **rulesetptr = NULL;
448 CRStatement *result = NULL;
449 CRStatement **resultptr = NULL;
463 cr_statement_clear (CRStatement * a_this)
581 *@a_this: the current instance of #CRStatement
590 cr_statement_ruleset_to_string (CRStatement * a_this, glong a_indent)
644 *@a_this: the current instance of #CRStatement to consider
654 cr_statement_font_face_rule_to_string (CRStatement * a_this,
701 cr_statement_charset_to_string (CRStatement *a_this,
740 *@a_this: the current instance of #CRStatement. Must
745 cr_statement_at_page_rule_to_string (CRStatement *a_this,
791 *@param a_this the current instance of #CRStatement
797 cr_statement_media_rule_to_string (CRStatement *a_this,
852 cr_statement_import_rule_to_string (CRStatement *a_this,
966 *an instance of #CRStatement in case of successfull parsing.
969 *Returns the newly built instance of #CRStatement in case
972 CRStatement *
975 CRStatement *result = NULL;
979 *It tries to parse all the types of #CRStatement it knows about.
1040 *a #CRStatement of type RULESET_STMT.
1042 *Returns the newly built instance of #CRStatement in case of successfull parsing,
1045 CRStatement *
1050 CRStatement *result = NULL;
1051 CRStatement **resultptr = NULL;
1111 *Creates a new instance of #CRStatement of type
1114 *Returns the new instance of #CRStatement or NULL if something
1117 CRStatement *
1121 CRStatement * a_parent_media_rule)
1123 CRStatement *result = NULL;
1135 result = g_try_malloc (sizeof (CRStatement));
1142 memset (result, 0, sizeof (CRStatement));
1184 CRStatement *
1189 CRStatement *result = NULL;
1190 CRStatement **resultptr = NULL;
1256 *Instanciates an instance of #CRStatement of type
1260 CRStatement *
1262 CRStatement * a_rulesets, GList * a_media)
1264 CRStatement *result = NULL,
1270 result = g_try_malloc (sizeof (CRStatement));
1277 memset (result, 0, sizeof (CRStatement));
1319 *Returns the newly built instance of #CRStatement.
1321 CRStatement *
1327 CRStatement *result = NULL;
1329 result = g_try_malloc (sizeof (CRStatement));
1336 memset (result, 0, sizeof (CRStatement));
1364 *instanciate a #CRStatement of type AT_IMPORT_RULE_STMT
1366 *Returns the newly built instance of #CRStatement in case of
1369 CRStatement *
1375 CRStatement *result = NULL;
1441 *Creates a new instance of #CRStatement of type
1444 *Returns the newly built instance of #CRStatement or NULL
1447 CRStatement *
1452 CRStatement *result = NULL;
1454 result = g_try_malloc (sizeof (CRStatement));
1461 memset (result, 0, sizeof (CRStatement));
1497 CRStatement *
1504 CRStatement *result = NULL;
1505 CRStatement **resultptr = NULL;
1562 *Note that the newly built instance of #CRStatement becomes
1565 *Creates a new instance of #CRStatement of type
1568 *Returns the newly built instance of #CRStatement or NULL
1571 CRStatement *
1575 CRStatement *result = NULL;
1579 result = g_try_malloc (sizeof (CRStatement));
1586 memset (result, 0, sizeof (CRStatement));
1610 *creates an instance of #CRStatement of type AT_CHARSET_RULE_STMT.
1612 *Returns the newly built instance of #CRStatement.
1614 CRStatement *
1620 CRStatement *result = NULL;
1663 *Creates an instance of #CRStatement of type #CRAtFontFaceRule.
1665 *Returns the newly built instance of #CRStatement.
1667 CRStatement *
1671 CRStatement *result = NULL;
1673 result = g_try_malloc (sizeof (CRStatement));
1679 memset (result, 0, sizeof (CRStatement));
1707 *an instance of #CRStatement of type AT_FONT_FACE_RULE_STMT out of it.
1709 *Returns the newly built instance of #CRStatement in case of successufull
1712 CRStatement *
1716 CRStatement *result = NULL;
1717 CRStatement **resultptr = NULL;
1778 *@a_this: the current instance of #CRStatement.
1786 cr_statement_set_parent_sheet (CRStatement * a_this, CRStyleSheet * a_sheet)
1796 *@a_this: the current #CRStatement.
1804 cr_statement_get_parent_sheet (CRStatement * a_this, CRStyleSheet ** a_sheet)
1815 *@a_new: a_new the new instance of #CRStatement to append.
1821 CRStatement *
1822 cr_statement_append (CRStatement * a_this, CRStatement * a_new)
1824 CRStatement *cur = NULL;
1844 *@a_this: the current instance of #CRStatement.
1847 *Prepends the an instance of #CRStatement to
1853 CRStatement *
1854 cr_statement_prepend (CRStatement * a_this, CRStatement * a_new)
1856 CRStatement *cur = NULL;
1883 CRStatement *
1884 cr_statement_unlink (CRStatement * a_stmt)
1886 CRStatement *result = a_stmt;
1926 *@a_this: the current instance of #CRStatement.
1933 cr_statement_nr_rules (CRStatement * a_this)
1935 CRStatement *cur = NULL;
1948 *@a_this: the current instance of #CRStatement.
1951 *Use an index to get a CRStatement from the statement list.
1953 *Returns CRStatement at position itemnr, if itemnr > number of statements - 1,
1956 CRStatement *
1957 cr_statement_get_from_list (CRStatement * a_this, int itemnr)
1959 CRStatement *cur = NULL;
1977 *current instance of #CRStatement.
1984 cr_statement_ruleset_set_sel_list (CRStatement * a_this,
2004 *@a_this: the current instance of #CRStatement.
2015 cr_statement_ruleset_get_declarations (CRStatement * a_this,
2041 cr_statement_ruleset_get_sel_list (CRStatement * a_this, CRSelector ** a_list)
2063 cr_statement_ruleset_set_decl_list (CRStatement * a_this,
2094 cr_statement_ruleset_append_decl2 (CRStatement * a_this,
2123 cr_statement_ruleset_append_decl (CRStatement * a_this,
2145 *by the current instance of #CRStatement, that is, the
2147 *of #CRStatement will be destroyed.
2151 cr_statement_at_import_rule_set_imported_sheet (CRStatement * a_this,
2175 cr_statement_at_import_rule_get_imported_sheet (CRStatement * a_this,
2198 cr_statement_at_import_rule_set_url (CRStatement * a_this,
2226 cr_statement_at_import_rule_get_url (CRStatement * a_this,
2242 *@a_this: the current instance of #CRStatement.
2246 cr_statement_at_media_nr_rules (CRStatement * a_this)
2258 *@a_this: the current instance of #CRStatement.
2261 *Use an index to get a CRStatement from the media rule list of rules.
2263 *Returns CRStatement at position itemnr, if itemnr > number of rules - 1,
2266 CRStatement *
2267 cr_statement_at_media_get_from_list (CRStatement * a_this, int itemnr)
2282 *by the current instance of #CRStatement when it is destroyed.
2289 cr_statement_at_page_rule_set_declarations (CRStatement * a_this,
2321 cr_statement_at_page_rule_get_declarations (CRStatement * a_this,
2345 cr_statement_at_charset_rule_set_charset (CRStatement * a_this,
2372 cr_statement_at_charset_rule_get_charset (CRStatement * a_this,
2396 cr_statement_at_font_face_rule_set_decls (CRStatement * a_this,
2427 cr_statement_at_font_face_rule_get_decls (CRStatement * a_this,
2453 cr_statement_at_font_face_rule_add_decl (CRStatement * a_this,
2490 cr_statement_to_string (CRStatement * a_this, gulong a_indent)
2536 cr_statement_list_to_string (CRStatement *a_this, gulong a_indent)
2538 CRStatement *cur_stmt = NULL ;
2578 cr_statement_dump (CRStatement * a_this, FILE * a_fp, gulong a_indent)
2596 *@a_this: the current instance of #CRStatement.
2603 cr_statement_dump_ruleset (CRStatement * a_this, FILE * a_fp, glong a_indent)
2626 cr_statement_dump_font_face_rule (CRStatement * a_this, FILE * a_fp,
2652 cr_statement_dump_charset (CRStatement * a_this, FILE * a_fp, gulong a_indent)
2678 cr_statement_dump_page (CRStatement * a_this, FILE * a_fp, gulong a_indent)
2705 cr_statement_dump_media_rule (CRStatement * a_this,
2729 cr_statement_dump_import_rule (CRStatement * a_this, FILE * a_fp,
2749 * @a_this: the current instance of #CRStatement.
2750 *Destructor of #CRStatement.
2753 cr_statement_destroy (CRStatement * a_this)
2755 CRStatement *cur = NULL;