|
| bool | anonymous_namespace{css.cpp}::isWhitespace (char c) |
| |
| std::string | anonymous_namespace{css.cpp}::trim (const std::string &s) |
| |
| bool | anonymous_namespace{css.cpp}::stripImportant (std::string &value) |
| |
| std::vector< libhtmlpp::AttributeCondition > | anonymous_namespace{css.cpp}::parseAttributeConditions (const std::string &sel) |
| |
| bool | anonymous_namespace{css.cpp}::attributeValueMatches (const std::string &op, const std::string &expected, const std::string &actual) |
| |
| bool | anonymous_namespace{css.cpp}::attributeConditionsSatisfied (const std::vector< libhtmlpp::AttributeCondition > &conditions, const std::map< std::string, std::string > *targetAttrs) |
| |
| CompoundParts | anonymous_namespace{css.cpp}::parseCompoundSelector (const std::string &matchSel) |
| |
| bool | anonymous_namespace{css.cpp}::compoundPartsMatch (const CompoundParts &compound, const std::string &tag, const std::vector< std::string > &classes, const std::string &id) |
| |
| bool | anonymous_namespace{css.cpp}::compoundMatches (const CompoundParts &compound, bool hadCombinator, const std::string &tag, const std::vector< std::string > &classes, const std::string &id, const std::map< std::string, std::string > *targetAttrs=nullptr) |
| |
| std::vector< std::string > | anonymous_namespace{css.cpp}::splitCombinatorChain (const std::string &selector) |
| |
| bool | anonymous_namespace{css.cpp}::ancestorChainSatisfies (const std::vector< CompoundParts > &ancestorCompounds, const std::vector< libhtmlpp::AncestorFrame > &ancestors, bool *usedUnverifiableAncestor=nullptr) |
| |
| bool | anonymous_namespace{css.cpp}::hasUnsupportedSelectorSyntax (const std::string &matchSel) |
| |
| std::string | anonymous_namespace{css.cpp}::stripAttributeSelectors (const std::string &matchSel) |
| |
| size_t | anonymous_namespace{css.cpp}::findMatchingParen (const std::string &s, size_t openPos) |
| |
| std::array< int, 3 > | anonymous_namespace{css.cpp}::computeSpecificity (const std::string &selector) |
| |
| void | anonymous_namespace{css.cpp}::splitVarArgs (const std::string &inner, std::string &name, std::string &fallback) |
| |
| std::string | anonymous_namespace{css.cpp}::substituteVars (const std::string &value, const std::map< std::string, std::string > &customProperties, std::set< std::string > &resolving, bool &sawUnresolved) |
| |