Searched refs:pToInstance (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp2749 CXFA_Node* pToInstance = GetItem(pManagerNode, iTo); local
2750 if (pToInstance &&
2751 pToInstance->GetElementType() == XFA_Element::Subform) {
2752 pNotify->RunSubformIndexChange(pToInstance);
3053 CXFA_Node* pToInstance = GetItem(this, iTo); local
3054 if (pToInstance && pToInstance->GetElementType() == XFA_Element::Subform) {
3055 pNotify->RunSubformIndexChange(pToInstance);

Completed in 33 milliseconds