Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_csscache.cpp24 : m_pFixedStore(NULL), m_iMaxItems(5) {} in CFDE_CSSStyleSheetCache()
28 FDE_DeleteWith(FDE_CSSCACHEITEM, m_pFixedStore, pair.second); in ~CFDE_CSSStyleSheetCache()
31 if (m_pFixedStore) { in ~CFDE_CSSStyleSheetCache()
32 m_pFixedStore->Release(); in ~CFDE_CSSStyleSheetCache()
38 if (m_pFixedStore == NULL) { in AddStyleSheet()
39 m_pFixedStore = in AddStyleSheet()
42 FXSYS_assert(m_pFixedStore != NULL); in AddStyleSheet()
58 FDE_NewWith(m_pFixedStore) FDE_CSSCACHEITEM(pStyleSheet); in AddStyleSheet()
77 FDE_DeleteWith(FDE_CSSCACHEITEM, m_pFixedStore, it->second); in RemoveStyleSheet()
94 FDE_DeleteWith(FDE_CSSCACHEITEM, m_pFixedStore, found->second); in RemoveLowestActivityItem()
Dfde_csscache.h36 IFX_MEMAllocator* m_pFixedStore; variable