Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1727 WideString wsInstName = in GetInstanceMgrOfSubform() local
1729 if (wsInstName.GetLength() > 0 && wsInstName[0] == '_' && in GetInstanceMgrOfSubform()
1730 wsInstName.Last(wsInstName.GetLength() - 1) == wsName) { in GetInstanceMgrOfSubform()
1818 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetItemIfExists() local
1819 if (wsInstName.GetLength() < 1 || wsInstName[0] != '_' || in GetItemIfExists()
1820 wsInstName.Last(wsInstName.GetLength() - 1) != wsName) { in GetItemIfExists()
1849 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetCount() local
1850 if (wsInstName.GetLength() < 1 || wsInstName[0] != '_' || in GetCount()
1851 wsInstName.Last(wsInstName.GetLength() - 1) != wsName) { in GetCount()