HomeSort by relevance Sort by last modified time
    Searched refs:m_pLastCustom (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.h 33 m_pLastCustom(NULL) {}
149 FDE_LPCSSCUSTOMPROPERTY m_pLastCustom;
fde_cssdeclaration.cpp 274 if (m_pLastCustom == NULL) {
275 m_pLastCustom = m_pFirstCustom = pProperty;
277 m_pLastCustom->pNext = pProperty;
278 m_pLastCustom = pProperty;
    [all...]

Completed in 30 milliseconds