Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutitem.cpp30 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem.Get()); in XFA_ReleaseLayoutItem()
Dcxfa_viewlayoutprocessor.cpp256 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem); in SyncRemoveLayoutItem()
1726 pNotify->OnLayoutItemRemoving(pDocLayout, in MergePageSetContents()
1797 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem.Get()); in MergePageSetContents()
1805 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem.Get()); in MergePageSetContents()
Dcxfa_contentlayoutprocessor.cpp443 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem.Get()); in DeleteLayoutGeneratedNode()
822 pNotify->OnLayoutItemRemoving(pDocLayout, pToDeleteItem.Get()); in ExtractLayoutItem()
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h53 void OnLayoutItemRemoving(CXFA_LayoutProcessor* pLayout,
Dcxfa_ffnotify.cpp490 void CXFA_FFNotify::OnLayoutItemRemoving(CXFA_LayoutProcessor* pLayout, in OnLayoutItemRemoving() function in CXFA_FFNotify