Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssselector.cpp81 pFirst->SetType(FDE_CSSSelectorType::Descendant); in FromString()
Dfde_css.h128 enum class FDE_CSSSelectorType : uint8_t { Element = 0, Descendant }; enumerator
Dcfde_cssstyleselector.cpp76 pSel->GetType() == FDE_CSSSelectorType::Descendant) { in MatchSelector()