Lines Matching refs:CXFA_Value
861 CXFA_Value* value = pNode->GetFormValueIfExists(); in LoadImageData()
929 CXFA_Value* value = pNode->GetFormValueIfExists(); in LoadImageData()
2272 CXFA_Value* CXFA_Node::GetDefaultValueIfExists() { in GetDefaultValueIfExists()
2274 return pTemNode ? pTemNode->JSObject()->GetProperty<CXFA_Value>( in GetDefaultValueIfExists()
2279 CXFA_Value* CXFA_Node::GetFormValueIfExists() const { in GetFormValueIfExists()
2280 return JSObject()->GetProperty<CXFA_Value>(0, XFA_Element::Value); in GetFormValueIfExists()
2676 CXFA_Value* capValue = caption->GetValueIfExists(); in GetValidateCaptionName()
2817 CXFA_Value* value = in CreateChildUIAndValueNodesIfNeeded()
2818 JSObject()->GetOrCreateProperty<CXFA_Value>(0, XFA_Element::Value); in CreateChildUIAndValueNodesIfNeeded()
2907 void CXFA_Node::CreateValueNodeIfNeeded(CXFA_Value* value, in CreateValueNodeIfNeeded()
3032 CXFA_Value* imageValue = GetDefaultValueIfExists(); in ResetData()
3052 CXFA_Value* defValue = pChild->GetDefaultValueIfExists(); in ResetData()
3083 CXFA_Value* defValue = GetDefaultValueIfExists(); in ResetData()
3096 CXFA_Value* formValue = GetFormValueIfExists(); in SetImageEdit()
4590 if (CXFA_Value* pNode = GetChild<CXFA_Value>(0, XFA_Element::Value, false)) { in GetMaxChars()
4610 CXFA_Value* pNode = GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetFracDigits()
4625 CXFA_Value* pNode = GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetLeadDigits()
4860 CXFA_Value* pNodeValue = GetChild<CXFA_Value>(0, XFA_Element::Value, false); in GetFormatDataValue()
5859 node = pdfium::MakeUnique<CXFA_Value>(doc, packet); in Create()