Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp82 CXFA_Node* pRootItem = in StartLayout() local
84 if (!pRootItem) in StartLayout()
87 InitLayout(pRootItem); in StartLayout()
88 InitCalculate(pRootItem); in StartLayout()
89 InitValidate(pRootItem); in StartLayout()
91 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, true, true); in StartLayout()
106 CXFA_Node* pRootItem = in StopLayout() local
108 if (!pRootItem) in StopLayout()
112 pRootItem->GetChild<CXFA_Subform>(0, XFA_Element::Subform, false); in StopLayout()
129 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true); in StopLayout()
[all …]