Home
last modified time | relevance | path

Searched refs:XFA_PAGEEVENT_PageRemoved (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_appadapter.cpp53 XFA_PAGEEVENT_PageRemoved); in XFA_ReleaseLayoutItem()
Dxfa_layout_pagemgr_new.cpp1924 pNotify->OnPageEvent(pPage, XFA_PAGEEVENT_PageRemoved); in SyncLayoutData()
2006 pNotify->OnPageEvent(pContainerItem, XFA_PAGEEVENT_PageRemoved); in PrepareLayout()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h52 XFA_PAGEEVENT_PageRemoved, enumerator
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdocview.cpp540 if (eEvent == XFA_PAGEEVENT_PageRemoved) { in OnPageEvent()