Home
last modified time | relevance | path

Searched refs:CXFA_Value (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_value.cpp11 XFA_Element CXFA_Value::GetChildValueClassID() { in GetChildValueClassID()
19 bool CXFA_Value::GetChildValueContent(CFX_WideString& wsContent) { in GetChildValueContent()
27 CXFA_Arc CXFA_Value::GetArc() { in GetArc()
32 CXFA_Line CXFA_Value::GetLine() { in GetLine()
37 CXFA_Rectangle CXFA_Value::GetRectangle() { in GetRectangle()
42 CXFA_Text CXFA_Value::GetText() { in GetText()
47 CXFA_ExData CXFA_Value::GetExData() { in GetExData()
52 CXFA_Image CXFA_Value::GetImage() { in GetImage()
Dcxfa_value.h21 class CXFA_Value : public CXFA_Data {
23 explicit CXFA_Value(CXFA_Node* pNode) : CXFA_Data(pNode) {} in CXFA_Value() function
Dcxfa_caption.cpp41 CXFA_Value CXFA_Caption::GetValue() { in GetValue()
42 return CXFA_Value(m_pNode ? m_pNode->GetChild(0, XFA_Element::Value) in GetValue()
Dcxfa_caption.h26 CXFA_Value GetValue();
Dcxfa_widgetdata.h60 CXFA_Value GetDefaultValue(bool bModified = false);
61 CXFA_Value GetFormValue(bool bModified = false);
Dcxfa_widgetdata.cpp83 CXFA_Value defValue(pNode->GetProperty(0, XFA_Element::Value, true)); in CreateUIChild()
349 CXFA_Value CXFA_WidgetData::GetDefaultValue(bool bModified) { in GetDefaultValue()
351 return CXFA_Value( in GetDefaultValue()
356 CXFA_Value CXFA_WidgetData::GetFormValue(bool bModified) { in GetFormValue()
357 return CXFA_Value(m_pNode->GetProperty(0, XFA_Element::Value, bModified)); in GetFormValue()
Dxfa_document_datamerger_imp.cpp128 CXFA_Value defValue(pFormNode->GetProperty(0, XFA_Element::Value)); in CreateDataBinding()
198 CXFA_Value valueChild(pValue); in CreateDataBinding()
Dcxfa_node.cpp2248 CXFA_Value defVal = pWidgetData->GetFormValue(); in Script_Field_DefaultValue()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffpath.cpp60 CXFA_Value value = m_pDataAcc->GetFormValue(); in RenderWidget()
115 CXFA_Value value = m_pDataAcc->GetFormValue(); in RenderWidget()
142 CXFA_Value value = m_pDataAcc->GetFormValue(); in RenderWidget()
Dxfa_ffimage.cpp61 CXFA_Value value = m_pDataAcc->GetFormValue(); in RenderWidget()
Dxfa_ffimageedit.cpp76 if (CXFA_Value value = m_pDataAcc->GetFormValue()) { in RenderWidget()
Dxfa_ffwidgetacc.cpp90 CXFA_Value value = pAcc->GetFormValue(); in LoadImageData()
155 CXFA_Value value = pAcc->GetFormValue(); in LoadImageData()
208 CXFA_Value imageValue = GetDefaultValue(); in ResetData()
228 CXFA_Value defValue(nullptr); in ResetData()
251 if (CXFA_Value defValue = GetDefaultValue()) { in ResetData()
532 if (CXFA_Value capValue = caption.GetValue()) { in GetValidateCaptionName()
Dxfa_fftextedit.cpp519 if (CXFA_Value value = m_pDataAcc->GetFormValue()) { in LoadWidget()