Lines Matching refs:wsName
242 WideString wsName = JSObject() in Clone() local
245 auto pCloneXMLElement = pdfium::MakeUnique<CFX_XMLElement>(wsName); in Clone()
951 WideString wsName = pNode->JSObject() in RemoveChild() local
954 CFX_XMLElement* pNewXMLElement = new CFX_XMLElement(wsName); in RemoveChild()
970 CXFA_Node* CXFA_Node::GetFirstChildByName(const WideStringView& wsName) const { in GetFirstChildByName()
971 return GetFirstChildByName(FX_HashCode_GetW(wsName, false)); in GetFirstChildByName()
1050 WideString wsName = JSObject()->GetCData(XFA_Attribute::Name); in GetInstanceMgrOfSubform() local
1054 wsInstName.Right(wsInstName.GetLength() - 1) == wsName) { in GetInstanceMgrOfSubform()
1115 WideString wsName = JSObject()->GetCData(XFA_Attribute::Name); in UpdateNameHash() local
1116 m_dwNameHash = FX_HashCode_GetW(wsName.AsStringView(), false); in UpdateNameHash()
1146 WideString wsName = pNode->JSObject()->GetCData(XFA_Attribute::Name); in GetItemIfExists() local
1149 wsInstName.Right(wsInstName.GetLength() - 1) != wsName) { in GetItemIfExists()
1177 WideString wsName = pNode->JSObject()->GetCData(XFA_Attribute::Name); in GetCount() local
1180 wsInstName.Right(wsInstName.GetLength() - 1) != wsName) { in GetCount()