Searched refs:wsID (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_document_imp.cpp | 286 const CFX_WideStringC& wsID) { in GetNodeByID() argument 287 if (!pRoot || wsID.IsEmpty()) { in GetNodeByID() 295 if (wsIDVal == wsID) { in GetNodeByID() 385 CFX_WideStringC wsURI, wsID, wsSOM; in DoProtoMerge() local 401 wsID = CFX_WideStringC((const FX_WCHAR*)wsUseVal + uSharpPos + 1, in DoProtoMerge() 408 wsID = CFX_WideStringC((const FX_WCHAR*)wsUseVal + 1, in DoProtoMerge() 429 } else if (!wsID.IsEmpty()) { in DoProtoMerge() 431 FX_HashCode_String_GetW(wsID.GetPtr(), wsID.GetLength()), in DoProtoMerge()
|
D | xfa_object_imp.cpp | 1480 CFX_WideString wsUseVal = wsValue, wsID, wsSOM; in Script_Attribute_String() local 1488 wsID = CFX_WideString((const FX_WCHAR*)wsUseVal + 1, in Script_Attribute_String() 1507 } else if (!wsID.IsEmpty()) { in Script_Attribute_String() 1508 pProtoNode = m_pDocument->GetNodeByID(pProtoRoot, wsID); in Script_Attribute_String()
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_document.h | 159 CXFA_Node* GetNodeByID(CXFA_Node* pRoot, const CFX_WideStringC& wsID);
|