Home
last modified time | relevance | path

Searched refs:OnLayoutItemRemoving (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.cpp25 pNotify->OnLayoutItemRemoving(pDocLayout, pNode); in XFA_ReleaseLayoutItem()
29 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem); in XFA_ReleaseLayoutItem()
Dcxfa_layoutpagemgr.cpp235 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem); in SyncRemoveLayoutItem()
1634 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem); in SaveLayoutItem()
1787 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem); in MergePageSetContents()
1850 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem); in MergePageSetContents()
1857 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem); in MergePageSetContents()
Dcxfa_itemlayoutprocessor.cpp628 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem); in DeleteLayoutGeneratedNode()
1363 pNotify->OnLayoutItemRemoving(pDocLayout, pOldLayoutItem); in ExtractLayoutItem()
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h47 void OnLayoutItemRemoving(CXFA_LayoutProcessor* pLayout,
Dcxfa_ffnotify.cpp522 void CXFA_FFNotify::OnLayoutItemRemoving(CXFA_LayoutProcessor* pLayout, in OnLayoutItemRemoving() function in CXFA_FFNotify