Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2778 CFX_WideStringC wsInstMgrName = pNode->GetCData(XFA_ATTRIBUTE_Name); in Script_Subform_InstanceManager() local
2779 if (wsInstMgrName.GetLength() >= 1 && wsInstMgrName.GetAt(0) == '_' && in Script_Subform_InstanceManager()
2780 wsInstMgrName.Mid(1) == wsName) { in Script_Subform_InstanceManager()