Searched refs:CFX_PtrList (Results 1 - 7 of 7) sorted by path

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h131 CFX_PtrList m_ObjectList;
/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();
/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/src/reflow/
H A Dautoreflow.cpp175 void CPDF_AutoReflowLayoutProvider::AddObjectArray(CPDF_AutoReflowElement* pElm, CFX_PtrList& ObjList)
H A Dautoreflow.h20 CFX_PtrList m_ObjList;
95 void AddObjectArray(CPDF_AutoReflowElement* pElm, CFX_PtrList& ObjList);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_actionhandler.h52 FX_BOOL ExecuteDocumentOpenAction(const CPDF_Action& action, CPDFSDK_Document* pDocument, /*CReader_DocView *pDocView,*/ CFX_PtrList& list);
53 FX_BOOL ExecuteDocumentPageAction(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_Document* pDocument, /*CReader_DocView *pDocView,*/ CFX_PtrList& list);
54 FX_BOOL ExecuteFieldAction(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_Document* pDocument, /*CReader_DocView* pDocView,*/ CPDF_FormField* pFormField, PDFSDK_FieldAction& data, CFX_PtrList& list);
55 FX_BOOL ExecuteScreenAction(const CPDF_Action& action, CPDF_AAction::AActionType type, CPDFSDK_Document* pDocument, /*CReader_DocView* pDocView,*/ CPDFSDK_Annot* pScreen, CFX_PtrList& list);
56 FX_BOOL ExecuteBookMark(const CPDF_Action& action, CPDFSDK_Document* pDocument, /*CReader_DocView* pDocView,*/ CPDF_Bookmark* pBookmark, CFX_PtrList& list);
57 FX_BOOL ExecuteLinkAction(const CPDF_Action& action, CPDFSDK_Document* pDocument, /*CReader_DocView* pDocView,*/ CFX_PtrList& list);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp54 CFX_PtrList list;
96 CFX_PtrList list;
103 CFX_PtrList list;
110 CFX_PtrList list;
117 CFX_PtrList list;
124 CFX_PtrList list;
132 CFX_PtrList list;
137 /*CReader_DocView *pDocView,*/ CFX_PtrList& list)
176 /*CReader_DocView* pDocView,*/ CFX_PtrList& list)
232 CPDFSDK_Document* pDocument,/* CReader_DocView* pDocView,*/ CFX_PtrList
[all...]

Completed in 639 milliseconds