| 461 | void apply (CssPropertyList *props, Doctree *docTree, |
| 462 | const DoctreeNode *node, MatchCache *matchCache) const; |
| 463 | inline bool isSafe () { |
| 464 | return !selector->checksPseudoClass () || props->isSafe (); |
| 465 | }; |
| 466 | inline int specificity () { return spec; }; |
| 467 | inline int position () { return pos; }; |
| 468 | void print (); |
no test coverage detected