Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutitem.cpp32 pNotify->OnPageEvent(ToViewLayoutItem(pLayoutItem.Get()), in XFA_ReleaseLayoutItem()
Dcxfa_viewlayoutprocessor.cpp668 pNotify->OnPageEvent(pViewItem.Get(), XFA_PAGEVIEWEVENT_PostRemoved); in AddPageAreaLayoutItem()
1890 pNotify->OnPageEvent(pPage.Get(), XFA_PAGEVIEWEVENT_PostRemoved); in SyncLayoutData()
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h28 void OnPageEvent(CXFA_ViewLayoutItem* pSender, uint32_t dwEvent);
Dcxfa_ffdocview.h73 void OnPageEvent(CXFA_ViewLayoutItem* pSender, uint32_t dwEvent);
Dcxfa_ffnotify.cpp50 void CXFA_FFNotify::OnPageEvent(CXFA_ViewLayoutItem* pSender, in OnPageEvent() function in CXFA_FFNotify
54 pDocView->OnPageEvent(pSender, dwEvent); in OnPageEvent()
Dcxfa_ffdocview.cpp459 void CXFA_FFDocView::OnPageEvent(CXFA_ViewLayoutItem* pSender, in OnPageEvent() function in CXFA_FFDocView