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

/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffnotify.h15 class CXFA_FFNotify { class
17 explicit CXFA_FFNotify(CXFA_FFDoc* pDoc);
18 ~CXFA_FFNotify();
H A Dxfa_ffnotify.cpp41 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {} function in class:CXFA_FFNotify
42 CXFA_FFNotify::~CXFA_FFNotify() {}
44 void CXFA_FFNotify::OnPageEvent(CXFA_ContainerLayoutItem* pSender,
51 void CXFA_FFNotify::OnWidgetListItemAdded(CXFA_WidgetData* pSender,
71 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_WidgetData* pSender,
89 CXFA_LayoutItem* CXFA_FFNotify::OnCreateLayoutItem(CXFA_Node* pNode) {
173 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem,
183 bool CXFA_FFNotify
[all...]

Completed in 478 milliseconds