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

  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 9 CFX_PtrList::CFX_PtrList(int nBlockSize, IFX_Allocator* pAllocator)
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::CNode*
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1088 class CFX_PtrList : public CFX_Object
1102 CFX_PtrList(int nBlockSize = 10, IFX_Allocator* pAllocator = NULL);
1189 ~CFX_PtrList();
    [all...]

Completed in 240 milliseconds