Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp330 const WideStringView& wsID) { in GetNodeByID() argument
331 if (!pRoot || wsID.IsEmpty()) in GetNodeByID()
338 if (!wsIDVal.IsEmpty() && wsIDVal == wsID) in GetNodeByID()
370 WideStringView wsID; in DoProtoMerge() local
389 wsID = WideStringView(wsUseVal.c_str() + uSharpPos.value() + 1, in DoProtoMerge()
397 wsID = WideStringView(wsUseVal.c_str() + 1, wsUseVal.GetLength() - 1); in DoProtoMerge()
416 } else if (!wsID.IsEmpty()) { in DoProtoMerge()
417 auto it = mIDMap.find(FX_HashCode_GetW(wsID, false)); in DoProtoMerge()
Dcxfa_document.h72 CXFA_Node* GetNodeByID(CXFA_Node* pRoot, const WideStringView& wsID);
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1231 WideString wsID; in Script_Attribute_String() local
1235 wsID = WideString(wsValue.c_str() + 1, wsValue.GetLength() - 1); in Script_Attribute_String()
1252 } else if (!wsID.IsEmpty()) { in Script_Attribute_String()
1253 pProtoNode = GetDocument()->GetNodeByID(pProtoRoot, wsID.AsStringView()); in Script_Attribute_String()