Searched defs:CFX_PtrList (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_list.cpp9 CFX_PtrList::CFX_PtrList(int nBlockSize, IFX_Allocator* pAllocator) function in class:CFX_PtrList
19 FX_POSITION CFX_PtrList::AddTail(void* newElement)
31 FX_POSITION CFX_PtrList::AddHead(void* newElement)
43 FX_POSITION CFX_PtrList::InsertAfter(FX_POSITION position, void* newElement)
59 void CFX_PtrList::RemoveAt(FX_POSITION position)
74 void CFX_PtrList::FreeNode(CFX_PtrList::CNode* pNode)
83 void CFX_PtrList::RemoveAll()
90 CFX_PtrList
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h1088 class CFX_PtrList : public CFX_Object class in inherits:CFX_Object
1102 CFX_PtrList(int nBlockSize = 10, IFX_Allocator* pAllocator = NULL);
1189 ~CFX_PtrList();

Completed in 84 milliseconds