Home
last modified time | relevance | path

Searched refs:OnCreateViewLayoutItem (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h46 std::unique_ptr<CXFA_FFPageView> OnCreateViewLayoutItem(CXFA_Node* pNode);
Dcxfa_ffnotify.cpp82 std::unique_ptr<CXFA_FFPageView> CXFA_FFNotify::OnCreateViewLayoutItem( in OnCreateViewLayoutItem() function in CXFA_FFNotify
/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp665 pNewPageArea, pNotify->OnCreateViewLayoutItem(pNewPageArea)); in AddPageAreaLayoutItem()