Home
last modified time | relevance | path

Searched refs:pRule (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/parameter/
DDomainConfiguration.cpp296 const CCompoundRule *pRule = getRule(); in getApplicationRule() local
297 return pRule ? pRule->dump() : "<none>"; in getApplicationRule()
410 const CCompoundRule *pRule = getRule(); in isApplicable() local
412 return pRule && pRule->matches(); in isApplicable()
493 void CDomainConfiguration::setRule(CCompoundRule *pRule) in setRule() argument
505 if (pRule) { in setRule()
507 addChild(pRule); in setRule()
DCompoundRule.cpp99 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); in dump() local
101 output += pRule->dump(); in dump()
118 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); in matches() local
120 if (pRule->matches() ^ _bTypeAll) { in matches()
DDomainConfiguration.h157 void setRule(CCompoundRule *pRule);
/external/pdfium/xfa/fde/css/
Dcfde_cssrulecollection.h44 CFDE_CSSStyleRule* pRule,