Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.h50 bool MatchSelector(const WideString& tagname, CFX_CSSSelector* pSel);
Dcfx_cssstyleselector.cpp63 if (MatchSelector(tagname, d->pSelector)) in MatchDeclarations()
69 bool CFX_CSSStyleSelector::MatchSelector(const WideString& tagname, in MatchSelector() function in CFX_CSSStyleSelector