Home
last modified time | relevance | path

Searched refs:XFA_VALUEPICTURE_Raw (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp61 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw)); in LoadWidget()
117 return m_pNode->GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Raw, m_wsNewValue); in CommitData()
131 if (m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw) == wsText) in IsDataChanged()
196 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw)); in UpdateFWLData()
299 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnTextChanged()
306 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_fflistbox.cpp155 eParam.m_wsPrevText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_ffdatetimeedit.cpp204 eParam.m_wsNewText = m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_widgetacc.h29 XFA_VALUEPICTURE_Raw = 0, enumerator
Dcxfa_widgetacc.cpp553 SetValue(XFA_VALUEPICTURE_Raw, wsValue); in ResetData()
554 pAcc->SetValue(XFA_VALUEPICTURE_Raw, wsValue); in ResetData()
571 pAcc->SetValue(XFA_VALUEPICTURE_Raw, itemText); in ResetData()
584 SetValue(XFA_VALUEPICTURE_Raw, wsValue); in ResetData()
2401 if (ePicture == XFA_VALUEPICTURE_Raw) in GetPictureContent()
2506 if (eValueType != XFA_VALUEPICTURE_Raw && wsPicture.IsEmpty()) { in GetValue()
Dcxfa_ffcheckbutton.cpp311 m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw); in OnProcessEvent()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1727 GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Raw, EventParam.m_wsResult); in ProcessCalculate()
1825 if (!GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Raw).IsEmpty()) in ProcessNullTestValidate()
2035 GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Raw, in ExecuteBoolScript()