Searched refs:a_sel (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-additional-sel.c153 * @a_sel: the new instance of #CRAttrSel to set.
159 cr_additional_sel_set_attr_sel (CRAdditionalSel * a_this, CRAttrSel * a_sel) argument
167 a_this->content.attr_sel = a_sel;
174 * @a_sel: the new instance to #CRAdditional to append.
182 cr_additional_sel_append (CRAdditionalSel * a_this, CRAdditionalSel * a_sel) argument
186 g_return_val_if_fail (a_sel, NULL);
189 return a_sel;
192 if (a_sel == NULL)
200 cur_sel->next = a_sel;
201 a_sel
218 cr_additional_sel_prepend(CRAdditionalSel * a_this, CRAdditionalSel * a_sel) argument
[all...]
H A Dcr-simple-sel.h110 CRSimpleSel *a_sel) ;
113 CRSimpleSel *a_sel) ;
H A Dcr-additional-sel.h71 CRAdditionalSel *a_sel) ;
83 CRAttrSel *a_sel) ;
86 CRAdditionalSel *a_sel) ;
H A Dcr-simple-sel.c56 *@a_sel: the simple selector to append.
61 cr_simple_sel_append_simple_sel (CRSimpleSel * a_this, CRSimpleSel * a_sel) argument
65 g_return_val_if_fail (a_sel, NULL);
68 return a_sel;
72 cur->next = a_sel;
73 a_sel->prev = cur;
82 *@a_sel: the simple selector to prepend.
89 cr_simple_sel_prepend_simple_sel (CRSimpleSel * a_this, CRSimpleSel * a_sel) argument
91 g_return_val_if_fail (a_sel, NULL);
94 return a_sel;
[all...]
H A Dcr-sel-eng.c71 CRSimpleSel * a_sel,
95 CRAdditionalSel * a_sel,
99 CRAdditionalSel * a_sel,
124 CRAdditionalSel * a_sel, CRXMLNodePtr a_node)
131 && a_sel && a_sel->content.pseudo
132 && a_sel->content.pseudo
133 && a_sel->content.pseudo->name
134 && a_sel->content.pseudo->name->stryng
140 if ( (strqcmp (a_sel
123 lang_pseudo_class_handler(CRSelEng *const a_this, CRAdditionalSel * a_sel, CRXMLNodePtr a_node) argument
168 first_child_pseudo_class_handler(CRSelEng *const a_this, CRAdditionalSel * a_sel, CRXMLNodePtr const a_node) argument
605 sel_matches_node_real(CRSelEng * a_this, CRSimpleSel * a_sel, CRXMLNodePtr a_node, gboolean * a_result, gboolean a_eval_sel_list_from_end, gboolean a_recurse) argument
1298 cr_sel_eng_matches_node(CRSelEng * a_this, CRSimpleSel * a_sel, CRXMLNodePtr a_node, gboolean * a_result) argument
[all...]
H A Dcr-sel-eng.h84 CRSimpleSel *a_sel,
H A Dcr-statement.h360 CRSelector *a_sel) ;
364 CRSelector **a_sel) ;
H A Dcr-parser.c369 CRAttrSel ** a_sel);
372 CRSimpleSel ** a_sel);
375 CRSimpleSel ** a_sel);
1321 *@param a_sel out parameter. The successfully parsed attribute selector.
1326 CRAttrSel ** a_sel)
1334 g_return_val_if_fail (a_this && a_sel, CR_BAD_PARAM_ERROR);
1424 if (*a_sel) {
1425 status = cr_attr_sel_append_attr_sel (*a_sel, result);
1428 *a_sel = result;
1651 *@a_sel
1325 cr_parser_parse_attribute_selector(CRParser * a_this, CRAttrSel ** a_sel) argument
1662 cr_parser_parse_simple_selector(CRParser * a_this, CRSimpleSel ** a_sel) argument
1931 cr_parser_parse_simple_sels(CRParser * a_this, CRSimpleSel ** a_sel) argument
[all...]

Completed in 49 milliseconds