Searched refs:add_sel (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-simple-sel.c142 if (cur->add_sel) {
145 tmp_str = cr_additional_sel_to_string (cur->add_sel);
184 if (a_this->add_sel) {
187 tmp_str = cr_additional_sel_to_string (a_this->add_sel);
262 if (cur_sel->add_sel->type ==
272 for (cur_add_sel = cur_sel->add_sel;
313 if (a_this->add_sel) {
314 cr_additional_sel_destroy (a_this->add_sel);
315 a_this->add_sel = NULL;
H A Dcr-simple-sel.h94 CRAdditionalSel *add_sel ; member in struct:_CRSimpleSel
H A Dcr-parser.c1727 CRAdditionalSel *add_sel = NULL; local
1729 add_sel = cr_additional_sel_new_with_type
1732 add_sel->content.id_name = token->u.str;
1736 (&add_sel->location,
1740 (add_sel_list, add_sel);
1753 CRAdditionalSel *add_sel = NULL; local
1755 add_sel = cr_additional_sel_new_with_type
1758 add_sel->content.class_name = token->u.str;
1763 (add_sel_list, add_sel);
1767 (&add_sel
1775 CRAdditionalSel *add_sel = NULL; local
1846 CRAdditionalSel *add_sel = NULL; local
[all...]
H A Dcr-sel-eng.c647 if (cur_sel->add_sel) {
648 if (additional_selector_matches_node (a_this, cur_sel->add_sel,
660 if (!cur_sel->add_sel) {
664 (a_this, cur_sel->add_sel, cur_node)

Completed in 36 milliseconds