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

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_object_imp.cpp2552 CXFA_Node* pFromInstance = local
2554 if (pFromInstance && pFromInstance->GetClassID() == XFA_ELEMENT_Subform) {
2555 pNotify->RunSubformIndexChange(pFromInstance);
3152 CXFA_Node* pFromInstance = XFA_ScriptInstanceManager_GetItem(this, iFrom); local
3153 if (pFromInstance && pFromInstance->GetClassID() == XFA_ELEMENT_Subform) {
3154 pNotify->RunSubformIndexChange(pFromInstance);

Completed in 88 milliseconds