Searched refs:wsIDVal (Results 1 – 1 of 1) sorted by relevance
349 CFX_WideStringC wsIDVal; in GetNodeByID() local350 if (pNode->TryCData(XFA_ATTRIBUTE_Id, wsIDVal) && !wsIDVal.IsEmpty()) { in GetNodeByID()351 if (wsIDVal == wsID) in GetNodeByID()368 CFX_WideStringC wsIDVal; in DoProtoMerge() local369 if (pNode->TryCData(XFA_ATTRIBUTE_Id, wsIDVal) && !wsIDVal.IsEmpty()) { in DoProtoMerge()370 mIDMap[FX_HashCode_GetW(wsIDVal, false)] = pNode; in DoProtoMerge()