Home
last modified time | relevance | path

Searched refs:pRule (Results 1 – 6 of 6) 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/src/fdp/src/css/
Dfde_cssstylesheet.cpp82 IFDE_CSSRule* pRule = m_RuleArray.GetAt(i); in Reset() local
83 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() local
372 switch (pRule->GetType()) { in ~CFDE_CSSMediaRule()
374 ((CFDE_CSSStyleRule*)pRule)->~CFDE_CSSStyleRule(); in ~CFDE_CSSMediaRule()
Dfde_cssstyleselector.cpp120 IFDE_CSSRule* pRule, in AddRulesFrom() argument
123 switch (pRule->GetType()) { in AddRulesFrom()
125 IFDE_CSSStyleRule* pStyleRule = (IFDE_CSSStyleRule*)pRule; in AddRulesFrom()
165 IFDE_CSSMediaRule* pMediaRule = (IFDE_CSSMediaRule*)pRule; in AddRulesFrom()
Dfde_cssstyleselector.h59 IFDE_CSSRule* pRule,