Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp1462 WideStringView wsID) const { in GetNodeByID()
1463 if (!pRoot || wsID.IsEmpty()) in GetNodeByID()
1470 if (!wsIDVal.IsEmpty() && wsIDVal == wsID) in GetNodeByID()
1505 WideStringView wsID; in DoProtoMerge() local
1522 wsID = WideStringView(wsUseVal.c_str() + uSharpPos.value() + 1, in DoProtoMerge()
1530 wsID = WideStringView(wsUseVal.c_str() + 1, wsUseVal.GetLength() - 1); in DoProtoMerge()
1550 } else if (!wsID.IsEmpty()) { in DoProtoMerge()
1551 auto it = mIDMap.find(FX_HashCode_GetW(wsID, false)); in DoProtoMerge()
Dcxfa_document.h82 CXFA_Node* GetNodeByID(CXFA_Node* pRoot, WideStringView wsID) const;
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1099 WideString wsID; in ScriptAttributeString() local
1103 wsID = wsValue.Substr(1, wsValue.GetLength() - 1); in ScriptAttributeString()
1120 } else if (!wsID.IsEmpty()) { in ScriptAttributeString()
1121 pProtoNode = GetDocument()->GetNodeByID(pProtoRoot, wsID.AsStringView()); in ScriptAttributeString()