Searched refs:pseudo (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-additional-sel.c35 * a pseudo class selector, an attribute selector
131 * @a_pseudo: the new pseudo to set.
133 * Sets a new pseudo to a
142 if (a_this->content.pseudo) {
143 cr_pseudo_destroy (a_this->content.pseudo);
146 a_this->content.pseudo = a_pseudo;
288 if (cur->content.pseudo) {
292 (cur->content.pseudo);
388 if (a_this->content.pseudo) {
392 (a_this->content.pseudo);
[all...]
H A Dcr-sel-eng.c131 && 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->content.pseudo->name->stryng->str, "lang", 4 ) &&
141 (strqcmp (a_sel->content.pseudo->name->stryng->str, "xml:lang", 8 ) ) )
142 || a_sel->content.pseudo->type != FUNCTION_PSEUDO) {
147 if (!a_sel->content.pseudo->extra
148 || !a_sel->content.pseudo->extra->stryng
149 || a_sel->content.pseudo
[all...]
H A Dcr-additional-sel.h32 #include "cr-pseudo.h"
50 CRPseudo *pseudo ; member in union:CRAdditionalSelectorContent
H A Dcr-parser.c1655 *element_name? [ HASH | class | attrib | pseudo ]* S*
1656 *and where pseudo is:
1657 *pseudo ::= ':' [ IDENT | FUNCTION S* IDENT S* ')' ]
1803 CRPseudo *pseudo = NULL; local
1805 /*try to parse a pseudo */
1812 pseudo = cr_pseudo_new ();
1819 (&pseudo->location,
1823 pseudo->type = IDENT_PSEUDO;
1824 pseudo->name = token->u.str;
1828 pseudo
[all...]
H A Dcr-statement.h120 /**page selector. Is a pseudo selector*/
122 CRString *pseudo ; member in struct:_CRAtPageRule
H A Dcr-statement.c550 if (a_this->kind.page_rule->pseudo) {
552 (a_this->kind.page_rule->pseudo);
553 a_this->kind.page_rule->pseudo = NULL;
779 if (a_this->kind.page_rule->pseudo
780 && a_this->kind.page_rule->pseudo->stryng) {
783 a_this->kind.page_rule->pseudo->stryng->str) ;
1492 result->kind.page_rule->pseudo = a_pseudo;
H A Dcr-om-parser.c370 ctxt->cur_stmt->kind.page_rule->pseudo =
372 if (!ctxt->cur_stmt->kind.page_rule->pseudo) {

Completed in 571 milliseconds