Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DCompoundRule.cpp99 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); in dump() local
118 const CRule *pRule = static_cast<const CRule *>(getChild(uiChild)); in matches() local
DDomainConfiguration.cpp296 const CCompoundRule *pRule = getRule(); in getApplicationRule() local
410 const CCompoundRule *pRule = getRule(); in isApplicable() local
493 void CDomainConfiguration::setRule(CCompoundRule *pRule) in setRule()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp82 IFDE_CSSRule* pRule = m_RuleArray.GetAt(i); in Reset() local
371 IFDE_CSSRule* pRule = m_RuleArray.GetAt(i); in ~CFDE_CSSMediaRule() local
Dfde_cssstyleselector.cpp120 IFDE_CSSRule* pRule, in AddRulesFrom()