Home
last modified time | relevance | path

Searched refs:GetNextSelector (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet_unittest.cpp150 sel = sel->GetNextSelector(); in TEST_F()
154 sel = sel->GetNextSelector(); in TEST_F()
158 sel = sel->GetNextSelector(); in TEST_F()
Dcfx_cssselector.h28 CFX_CSSSelector* GetNextSelector() const;
Dcfx_cssselector.cpp46 CFX_CSSSelector* CFX_CSSSelector::GetNextSelector() const { in GetNextSelector() function in CFX_CSSSelector
Dcfx_cssstyleselector.cpp74 if (!pSel || pSel->GetNextSelector() || in MatchSelector()