Searched refs:wsIDVal (Results 1 – 1 of 1) sorted by relevance
337 WideString wsIDVal = pNode->JSObject()->GetCData(XFA_Attribute::Id); in GetNodeByID() local338 if (!wsIDVal.IsEmpty() && wsIDVal == wsID) in GetNodeByID()354 WideString wsIDVal = pNode->JSObject()->GetCData(XFA_Attribute::Id); in DoProtoMerge() local355 if (!wsIDVal.IsEmpty()) in DoProtoMerge()356 mIDMap[FX_HashCode_GetW(wsIDVal.AsStringView(), false)] = pNode; in DoProtoMerge()