Searched refs:MatchRules (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssstyleselector.cpp | 330 MatchRules(pCache, rules.GetUniversalRuleData(), ePersudoType); in MatchDeclarations() 332 MatchRules(pCache, rules.GetTagRuleData(pCache->HashTag()), in MatchDeclarations() 338 MatchRules(pCache, rules.GetClassRuleData(pCache->HashClass()), in MatchDeclarations() 342 MatchRules(pCache, rules.GetPersudoRuleData(), ePersudoType); in MatchDeclarations() 351 inline void CFDE_CSSStyleSelector::MatchRules(FDE_LPCSSTAGCACHE pCache, in MatchRules() function in CFDE_CSSStyleSelector
|
D | fde_cssstyleselector.h | 108 void MatchRules(FDE_LPCSSTAGCACHE pCache,
|