Searched refs:OnPageEvent (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_layout_appadapter.cpp | 52 pNotify->OnPageEvent(static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem), in XFA_ReleaseLayoutItem()
|
D | xfa_layout_pagemgr_new.cpp | 415 pNotify->OnPageEvent(pContainerItem, XFA_PAGEEVENT_PageAdded, in AddPageAreaLayoutItem() 1924 pNotify->OnPageEvent(pPage, XFA_PAGEEVENT_PageRemoved); in SyncLayoutData() 2006 pNotify->OnPageEvent(pContainerItem, XFA_PAGEEVENT_PageRemoved); in PrepareLayout()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffnotify.h | 14 virtual void OnPageEvent(IXFA_LayoutPage* pSender,
|
D | xfa_ffdocview.h | 64 void OnPageEvent(IXFA_LayoutPage* pSender,
|
D | xfa_ffnotify.cpp | 41 void CXFA_FFNotify::OnPageEvent(IXFA_LayoutPage* pSender, in OnPageEvent() function in CXFA_FFNotify 48 pDocView->OnPageEvent(pSender, eEvent, (int32_t)(uintptr_t)pParam); in OnPageEvent()
|
D | xfa_ffdocview.cpp | 535 void CXFA_FFDocView::OnPageEvent(IXFA_LayoutPage* pSender, in OnPageEvent() function in CXFA_FFDocView
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_document.h | 70 virtual void OnPageEvent(IXFA_LayoutPage* pSender,
|