Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_utils_imp.cpp149 CXFA_Node* pValueChild = pNodeValue->GetNodeItem(XFA_NODEITEM_FirstChild); in XFA_GetLocaleValue() local
150 if (!pValueChild) { in XFA_GetLocaleValue()
154 XFA_ELEMENT eType = pValueChild->GetClassID(); in XFA_GetLocaleValue()
Dxfa_objectacc_imp.cpp3219 CXFA_Node* pValueChild = pNodeValue->GetNodeItem(XFA_NODEITEM_FirstChild); in GetFormatDataValue() local
3220 if (!pValueChild) { in GetFormatDataValue()
3224 XFA_ELEMENT eType = pValueChild->GetClassID(); in GetFormatDataValue()