Home
last modified time | relevance | path

Searched refs:CFX_PtrList (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_list.cpp9 CFX_PtrList::CFX_PtrList(int nBlockSize, IFX_Allocator* pAllocator) in CFX_PtrList() function in CFX_PtrList
19 FX_POSITION CFX_PtrList::AddTail(void* newElement) in AddTail()
31 FX_POSITION CFX_PtrList::AddHead(void* newElement) in AddHead()
43 FX_POSITION CFX_PtrList::InsertAfter(FX_POSITION position, void* newElement) in InsertAfter()
59 void CFX_PtrList::RemoveAt(FX_POSITION position) in RemoveAt()
74 void CFX_PtrList::FreeNode(CFX_PtrList::CNode* pNode) in FreeNode()
83 void CFX_PtrList::RemoveAll() in RemoveAll()
90 CFX_PtrList::CNode*
91 CFX_PtrList::NewNode(CFX_PtrList::CNode* pPrev, CFX_PtrList::CNode* pNext) in NewNode()
103 CFX_PtrList::CNode* pNode = m_pNodeFree; in NewNode()
[all …]
/external/pdfium/fpdfsdk/include/
Dfsdk_actionhandler.h52 …PDF_Action& action, CPDFSDK_Document* pDocument, /*CReader_DocView *pDocView,*/ CFX_PtrList& list);
53 …::AActionType type, CPDFSDK_Document* pDocument, /*CReader_DocView *pDocView,*/ CFX_PtrList& list);
54 …ader_DocView* pDocView,*/ CPDF_FormField* pFormField, PDFSDK_FieldAction& data, CFX_PtrList& list);
55 …SDK_Document* pDocument, /*CReader_DocView* pDocView,*/ CPDFSDK_Annot* pScreen, CFX_PtrList& list);
56 …K_Document* pDocument, /*CReader_DocView* pDocView,*/ CPDF_Bookmark* pBookmark, CFX_PtrList& list);
57 …PDF_Action& action, CPDFSDK_Document* pDocument, /*CReader_DocView* pDocView,*/ CFX_PtrList& list);
/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp54 CFX_PtrList list; in DoAction_DocOpen()
96 CFX_PtrList list; in DoAction_Page()
103 CFX_PtrList list; in DoAction_Document()
110 CFX_PtrList list; in DoAction_BookMark()
117 CFX_PtrList list; in DoAction_Screen()
124 CFX_PtrList list; in DoAction_Link()
132 CFX_PtrList list; in DoAction_Field()
137 /*CReader_DocView *pDocView,*/ CFX_PtrList& list) in ExecuteDocumentOpenAction()
176 /*CReader_DocView* pDocView,*/ CFX_PtrList& list) in ExecuteLinkAction()
232 CPDFSDK_Document* pDocument,/* CReader_DocView* pDocView,*/ CFX_PtrList& list) in ExecuteDocumentPageAction()
[all …]
/external/pdfium/core/src/reflow/
Dautoreflow.h20 CFX_PtrList m_ObjList;
95 void AddObjectArray(CPDF_AutoReflowElement* pElm, CFX_PtrList& ObjList);
Dautoreflow.cpp175 void CPDF_AutoReflowLayoutProvider::AddObjectArray(CPDF_AutoReflowElement* pElm, CFX_PtrList& ObjLi… in AddObjectArray()
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h131 CFX_PtrList m_ObjectList;
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1088 class CFX_PtrList : public CFX_Object
1102 CFX_PtrList(int nBlockSize = 10, IFX_Allocator* pAllocator = NULL);
1189 ~CFX_PtrList();