Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssrulecollection.h36 int32_t CountSelectors() const { return m_iSelectors; } in CountSelectors() function
Dcfx_cssstyleselector.cpp55 if (m_UARules.CountSelectors() == 0 || tagname.IsEmpty()) in MatchDeclarations()