Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp99 m_Selectors.RemoveAll(); in Reset()
182 m_Selectors.RemoveAll(); in LoadFromSyntax()
227 m_Selectors.RemoveAt(0, m_Selectors.GetSize()); in LoadStyleRule()
243 m_Selectors.Add(pSelector); in LoadStyleRule()
269 if (pStyleRule == NULL && m_Selectors.GetSize() > 0) { in LoadStyleRule()
271 pStyleRule->SetSelector(m_pAllocator, m_Selectors); in LoadStyleRule()
Dfde_cssstylesheet.h134 CFDE_CSSSelectorArray m_Selectors; variable