Searched refs:decl_list (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-statement.c102 stmt->kind.font_face_rule->decl_list =
103 cr_declaration_append (stmt->kind.font_face_rule->decl_list,
105 if (!stmt->kind.font_face_rule->decl_list)
207 stmt->kind.page_rule->decl_list =
208 cr_declaration_append (stmt->kind.page_rule->decl_list, decl);
209 g_return_if_fail (stmt->kind.page_rule->decl_list);
477 if (a_this->kind.ruleset->decl_list) {
479 (a_this->kind.ruleset->decl_list);
480 a_this->kind.ruleset->decl_list = NULL;
528 if (a_this->kind.page_rule->decl_list) {
[all...]
H A Dcr-statement.h69 CRDeclaration *decl_list ; member in struct:_CRRuleSet
118 CRDeclaration *decl_list ; member in struct:_CRAtPageRule
137 CRDeclaration *decl_list ; member in struct:_CRAtFontFaceRule
H A Dcr-om-parser.c662 (ctxt->cur_stmt->kind.ruleset->decl_list, decl);
669 ctxt->cur_stmt->kind.ruleset->decl_list = decl2;
676 (ctxt->cur_stmt->kind.font_face_rule->decl_list,
684 ctxt->cur_stmt->kind.font_face_rule->decl_list = decl2;
690 (ctxt->cur_stmt->kind.page_rule->decl_list, decl);
697 ctxt->cur_stmt->kind.page_rule->decl_list = decl2;
H A Dcr-declaration.c351 kind.ruleset->decl_list;
360 kind.font_face_rule->decl_list;
367 kind.page_rule->decl_list;
H A Dcr-sel-eng.c972 for (cur_decl = a_stmt->kind.ruleset->decl_list;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-statement.c102 stmt->kind.font_face_rule->decl_list =
103 cr_declaration_append (stmt->kind.font_face_rule->decl_list,
105 if (!stmt->kind.font_face_rule->decl_list)
207 stmt->kind.page_rule->decl_list =
208 cr_declaration_append (stmt->kind.page_rule->decl_list, decl);
209 g_return_if_fail (stmt->kind.page_rule->decl_list);
477 if (a_this->kind.ruleset->decl_list) {
479 (a_this->kind.ruleset->decl_list);
480 a_this->kind.ruleset->decl_list = NULL;
528 if (a_this->kind.page_rule->decl_list) {
[all...]
H A Dcr-statement.h69 CRDeclaration *decl_list ; member in struct:_CRRuleSet
118 CRDeclaration *decl_list ; member in struct:_CRAtPageRule
137 CRDeclaration *decl_list ; member in struct:_CRAtFontFaceRule
H A Dcr-om-parser.c662 (ctxt->cur_stmt->kind.ruleset->decl_list, decl);
669 ctxt->cur_stmt->kind.ruleset->decl_list = decl2;
676 (ctxt->cur_stmt->kind.font_face_rule->decl_list,
684 ctxt->cur_stmt->kind.font_face_rule->decl_list = decl2;
690 (ctxt->cur_stmt->kind.page_rule->decl_list, decl);
697 ctxt->cur_stmt->kind.page_rule->decl_list = decl2;
H A Dcr-declaration.c351 kind.ruleset->decl_list;
360 kind.font_face_rule->decl_list;
367 kind.page_rule->decl_list;
H A Dcr-sel-eng.c972 for (cur_decl = a_stmt->kind.ruleset->decl_list;

Completed in 117 milliseconds