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

  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.h 15 class CXFA_FFNotify {
17 explicit CXFA_FFNotify(CXFA_FFDoc* pDoc);
18 ~CXFA_FFNotify();
xfa_ffnotify.cpp 41 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}
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::FindSplitPos(CXFA_Node* pItem
    [all...]

Completed in 60 milliseconds