Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssselector.cpp75 pFirst->SetType(CFX_CSSSelectorType::Descendant); in FromString()
Dcfx_css.h126 enum class CFX_CSSSelectorType : uint8_t { Element = 0, Descendant }; enumerator
Dcfx_cssstyleselector.cpp75 pSel->GetType() == CFX_CSSSelectorType::Descendant) { in MatchSelector()