Searched refs:pRule (Results 1 – 4 of 4) sorted by relevance
296 const CCompoundRule *pRule = getRule(); in getApplicationRule() local297 return pRule ? pRule->dump() : "<none>"; in getApplicationRule()410 const CCompoundRule *pRule = getRule(); in isApplicable() local412 return pRule && pRule->matches(); in isApplicable()493 void CDomainConfiguration::setRule(CCompoundRule *pRule) in setRule() argument505 if (pRule) { in setRule()507 addChild(pRule); in setRule()
99 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); in dump() local101 output += pRule->dump(); in dump()118 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); in matches() local120 if (pRule->matches() ^ _bTypeAll) { in matches()
157 void setRule(CCompoundRule *pRule);
44 CFDE_CSSStyleRule* pRule,