Home
last modified time | relevance | path

Searched refs:OnPageEvent (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h22 void OnPageEvent(CXFA_ContainerLayoutItem* pSender, uint32_t dwEvent);
Dcxfa_ffnotify.cpp59 void CXFA_FFNotify::OnPageEvent(CXFA_ContainerLayoutItem* pSender, in OnPageEvent() function in CXFA_FFNotify
63 pDocView->OnPageEvent(pSender, dwEvent); in OnPageEvent()
Dcxfa_ffdocview.h71 void OnPageEvent(CXFA_ContainerLayoutItem* pSender, uint32_t dwEvent);
Dcxfa_ffdocview.cpp536 void CXFA_FFDocView::OnPageEvent(CXFA_ContainerLayoutItem* pSender, in OnPageEvent() function in CXFA_FFDocView
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.cpp31 pNotify->OnPageEvent(static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem), in XFA_ReleaseLayoutItem()
Dcxfa_layoutpagemgr.cpp586 pNotify->OnPageEvent(pContainerItem, XFA_PAGEVIEWEVENT_PostRemoved); in AddPageAreaLayoutItem()
1957 pNotify->OnPageEvent(pPage, XFA_PAGEVIEWEVENT_PostRemoved); in SyncLayoutData()