Home
last modified time | relevance | path

Searched refs:ePersudoType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.cpp317 FDE_CSSPERSUDO ePersudoType) { in MatchDeclarations() argument
329 if (ePersudoType == FDE_CSSPERSUDO_NONE) { in MatchDeclarations()
330 MatchRules(pCache, rules.GetUniversalRuleData(), ePersudoType); in MatchDeclarations()
333 ePersudoType); in MatchDeclarations()
339 ePersudoType); in MatchDeclarations()
342 MatchRules(pCache, rules.GetPersudoRuleData(), ePersudoType); in MatchDeclarations()
353 FDE_CSSPERSUDO ePersudoType) { in MatchRules() argument
355 if (MatchSelector(pCache, pList->pSelector, ePersudoType)) { in MatchRules()
363 FDE_CSSPERSUDO ePersudoType) { in MatchSelector() argument
373 if (MatchSelector(pCache, pSel->GetNextSelector(), ePersudoType)) { in MatchSelector()
[all …]
Dfde_cssstyleselector.h100 FDE_CSSPERSUDO ePersudoType = FDE_CSSPERSUDO_NONE);
110 FDE_CSSPERSUDO ePersudoType);
114 FDE_CSSPERSUDO ePersudoType);
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h1079 FDE_CSSPERSUDO ePersudoType = FDE_CSSPERSUDO_NONE) = 0;