Home
last modified time | relevance | path

Searched refs:m_pBlocks (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_list.cpp15 m_pBlocks(NULL), in CFX_PtrList()
79 m_pBlocks->FreeDataChain(); in RemoveAll()
80 m_pBlocks = NULL; in RemoveAll()
86 CFX_Plex::Create(m_pBlocks, m_nBlockSize, sizeof(CNode)); in NewNode()
Dfx_basic_maps.cpp22 m_pBlocks(NULL), in CFX_MapPtrToPtr()
31 m_pBlocks->FreeDataChain(); in RemoveAll()
32 m_pBlocks = NULL; in RemoveAll()
113 CFX_Plex* newBlock = CFX_Plex::Create(m_pBlocks, m_nBlockSize, in NewAssoc()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h695 struct CFX_Plex* m_pBlocks; variable
846 struct CFX_Plex* m_pBlocks; variable