Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffdocview.cpp87 CXFA_Node* pRootItem = in StartLayout() local
89 if (!pRootItem) { in StartLayout()
92 InitLayout(pRootItem); in StartLayout()
93 InitCalculate(pRootItem); in StartLayout()
94 InitValidate(pRootItem); in StartLayout()
95 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, true, true, nullptr); in StartLayout()
109 CXFA_Node* pRootItem = in StopLayout() local
111 if (!pRootItem) { in StopLayout()
114 CXFA_Node* pSubformNode = pRootItem->GetChild(0, XFA_Element::Subform); in StopLayout()
130 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true, in StopLayout()
[all …]