Home
last modified time | relevance | path

Searched refs:pNodeValue (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp358 const auto* pNodeValue = in XFA_GetLocaleValue() local
360 if (!pNodeValue) in XFA_GetLocaleValue()
363 CXFA_Node* pValueChild = pNodeValue->GetFirstChild(); in XFA_GetLocaleValue()
Dcxfa_node.cpp4918 CXFA_Value* pNodeValue = GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetFormatDataValue() local
4919 if (!pNodeValue) in GetFormatDataValue()
4922 CXFA_Node* pValueChild = pNodeValue->GetFirstChild(); in GetFormatDataValue()