Searched refs:pRootItem (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdocview.cpp | 91 CXFA_Node* pRootItem = in StartLayout() local 93 if (!pRootItem) in StartLayout() 96 InitLayout(pRootItem); in StartLayout() 97 InitCalculate(pRootItem); in StartLayout() 98 InitValidate(pRootItem); in StartLayout() 100 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, true, true, nullptr); in StartLayout() 116 CXFA_Node* pRootItem = in StopLayout() local 118 if (!pRootItem) in StopLayout() 122 pRootItem->GetChild<CXFA_Subform>(0, XFA_Element::Subform, false); in StopLayout() 140 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true, in StopLayout() [all …]
|