Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_utils_imp.cpp144 CXFA_Node* pNodeValue = in XFA_GetLocaleValue() local
146 if (!pNodeValue) { in XFA_GetLocaleValue()
149 CXFA_Node* pValueChild = pNodeValue->GetNodeItem(XFA_NODEITEM_FirstChild); in XFA_GetLocaleValue()
Dxfa_objectacc_imp.cpp3215 CXFA_Node* pNodeValue = GetNode()->GetChild(0, XFA_ELEMENT_Value); in GetFormatDataValue() local
3216 if (!pNodeValue) { in GetFormatDataValue()
3219 CXFA_Node* pValueChild = pNodeValue->GetNodeItem(XFA_NODEITEM_FirstChild); in GetFormatDataValue()