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

/inkscape/src/libcroco/
H A Dcr-additional-sel.c163 if (a_this->content.attr_sel) {
164 cr_attr_sel_destroy (a_this->content.attr_sel);
167 a_this->content.attr_sel = a_sel;
305 if (cur->content.attr_sel) {
310 (cur->content.attr_sel);
405 if (a_this->content.attr_sel) {
410 (a_this->content.attr_sel);
487 cr_attr_sel_destroy (a_this->content.attr_sel);
488 a_this->content.attr_sel = NULL;
H A Dcr-additional-sel.h51 CRAttrSel *attr_sel ; member in union:CRAdditionalSelectorContent
H A Dcr-sel-eng.c325 for (cur_sel = a_add_sel->content.attr_sel;
503 && cur_add_sel->content.attr_sel) {
H A Dcr-parser.c1774 CRAttrSel *attr_sel = NULL; local
1784 (a_this, &attr_sel);
1792 add_sel->content.attr_sel = attr_sel;
1800 &attr_sel->location) ;

Completed in 35 milliseconds