Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp120 CXFA_Node* pNodeValue = in XFA_GetLocaleValue() local
122 if (!pNodeValue) { in XFA_GetLocaleValue()
125 CXFA_Node* pValueChild = pNodeValue->GetNodeItem(XFA_NODEITEM_FirstChild); in XFA_GetLocaleValue()
Dcxfa_widgetdata.cpp1751 CXFA_Node* pNodeValue = GetNode()->GetChild(0, XFA_Element::Value); in GetFormatDataValue() local
1752 if (!pNodeValue) in GetFormatDataValue()
1755 CXFA_Node* pValueChild = pNodeValue->GetNodeItem(XFA_NODEITEM_FirstChild); in GetFormatDataValue()