Searched refs:m_pLastCustom (Results 1 – 2 of 2) sorted by relevance
33 m_pLastCustom(NULL) {} in CFDE_CSSDeclaration()149 FDE_LPCSSCUSTOMPROPERTY m_pLastCustom; variable
274 if (m_pLastCustom == NULL) { in AddProperty()275 m_pLastCustom = m_pFirstCustom = pProperty; in AddProperty()277 m_pLastCustom->pNext = pProperty; in AddProperty()278 m_pLastCustom = pProperty; in AddProperty()