Home
last modified time | relevance | path

Searched refs:GetFormValueIfExists (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffrectangle.cpp22 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in RenderWidget()
Dcxfa_ffarc.cpp22 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in RenderWidget()
Dcxfa_ffimage.cpp74 auto* value = m_pNode->GetFormValueIfExists(); in RenderWidget()
Dcxfa_ffline.cpp90 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in RenderWidget()
Dcxfa_ffimageedit.cpp85 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in RenderWidget()
Dcxfa_ffdatetimeedit.cpp56 CXFA_Value* value = m_pNode->GetFormValueIfExists(); in LoadWidget()
Dcxfa_widgetacc.cpp246 CXFA_Value* value = pAcc->GetNode()->GetFormValueIfExists(); in LoadImageData()
303 CXFA_Value* value = pAcc->GetNode()->GetFormValueIfExists(); in LoadImageData()
593 CXFA_Value* formValue = m_pNode->GetFormValueIfExists(); in SetImageEdit()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h251 CXFA_Value* GetFormValueIfExists() const;
Dcxfa_node.cpp1613 CXFA_Value* CXFA_Node::GetFormValueIfExists() const { in GetFormValueIfExists() function in CXFA_Node
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp275 CXFA_Node* formValue = xfaNode->GetFormValueIfExists(); in defaultValue()