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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffnotify.h 9 class CXFA_FFNotify : public IXFA_Notify {
11 CXFA_FFNotify(CXFA_FFDoc* pDoc);
12 ~CXFA_FFNotify();
xfa_ffnotify.cpp 39 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}
40 CXFA_FFNotify::~CXFA_FFNotify() {}
41 void CXFA_FFNotify::OnPageEvent(IXFA_LayoutPage* pSender,
50 void CXFA_FFNotify::OnNodeEvent(CXFA_Node* pSender,
74 void CXFA_FFNotify::OnWidgetDataEvent(CXFA_WidgetData* pSender,
149 CXFA_LayoutItem* CXFA_FFNotify::OnCreateLayoutItem(CXFA_Node* pNode) {
235 void CXFA_FFNotify::OnLayoutEvent(IXFA_DocLayout* pLayout,
259 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem,
    [all...]

Completed in 82 milliseconds