Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1051 WideString wsInstName = in GetInstanceMgrOfSubform() local
1053 if (wsInstName.GetLength() > 0 && wsInstName[0] == '_' && in GetInstanceMgrOfSubform()
1054 wsInstName.Right(wsInstName.GetLength() - 1) == wsName) { in GetInstanceMgrOfSubform()
1147 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetItemIfExists() local
1148 if (wsInstName.GetLength() < 1 || wsInstName[0] != '_' || in GetItemIfExists()
1149 wsInstName.Right(wsInstName.GetLength() - 1) != wsName) { in GetItemIfExists()
1178 WideString wsInstName = JSObject()->GetCData(XFA_Attribute::Name); in GetCount() local
1179 if (wsInstName.GetLength() < 1 || wsInstName[0] != '_' || in GetCount()
1180 wsInstName.Right(wsInstName.GetLength() - 1) != wsName) { in GetCount()