Searched refs:wsIDVal (Results 1 – 1 of 1) sorted by relevance
1469 WideString wsIDVal = pNode->JSObject()->GetCData(XFA_Attribute::Id); in GetNodeByID() local1470 if (!wsIDVal.IsEmpty() && wsIDVal == wsID) in GetNodeByID()1486 WideString wsIDVal = pNode->JSObject()->GetCData(XFA_Attribute::Id); in DoProtoMerge() local1487 if (!wsIDVal.IsEmpty()) in DoProtoMerge()1488 mIDMap[FX_HashCode_GetW(wsIDVal.AsStringView(), false)] = pNode; in DoProtoMerge()