Searched refs:pRule (Results 1 – 6 of 6) 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);
82 IFDE_CSSRule* pRule = m_RuleArray.GetAt(i); in Reset() local83 switch (pRule->GetType()) { in Reset()85 ((CFDE_CSSStyleRule*)pRule)->~CFDE_CSSStyleRule(); in Reset()88 ((CFDE_CSSMediaRule*)pRule)->~CFDE_CSSMediaRule(); in Reset()91 ((CFDE_CSSFontFaceRule*)pRule)->~CFDE_CSSFontFaceRule(); in Reset()371 IFDE_CSSRule* pRule = m_RuleArray.GetAt(i); in ~CFDE_CSSMediaRule() local372 switch (pRule->GetType()) { in ~CFDE_CSSMediaRule()374 ((CFDE_CSSStyleRule*)pRule)->~CFDE_CSSStyleRule(); in ~CFDE_CSSMediaRule()
120 IFDE_CSSRule* pRule, in AddRulesFrom() argument123 switch (pRule->GetType()) { in AddRulesFrom()125 IFDE_CSSStyleRule* pStyleRule = (IFDE_CSSStyleRule*)pRule; in AddRulesFrom()165 IFDE_CSSMediaRule* pMediaRule = (IFDE_CSSMediaRule*)pRule; in AddRulesFrom()
59 IFDE_CSSRule* pRule,