Home
last modified time | relevance | path

Searched refs:MatchSelector (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_cssstyleselector.h52 bool MatchSelector(const CFX_WideString& tagname, CFDE_CSSSelector* pSel);
Dcfde_cssstyleselector.cpp64 if (MatchSelector(tagname, d->pSelector)) in MatchDeclarations()
70 bool CFDE_CSSStyleSelector::MatchSelector(const CFX_WideString& tagname, in MatchSelector() function in CFDE_CSSStyleSelector