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