Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp379 CXFA_Value* pNodeValue = in XFA_GetLocaleValue() local
381 if (!pNodeValue) in XFA_GetLocaleValue()
384 CXFA_Node* pValueChild = pNodeValue->GetFirstChild(); in XFA_GetLocaleValue()
Dcxfa_node.cpp4860 CXFA_Value* pNodeValue = GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetFormatDataValue() local
4861 if (!pNodeValue) in GetFormatDataValue()
4864 CXFA_Node* pValueChild = pNodeValue->GetFirstChild(); in GetFormatDataValue()