Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp70 pComboBox->SetEditText(m_pNode->GetValue(XFA_VALUEPICTURE_Raw)); in LoadWidget()
128 return m_pNode->SetValue(XFA_VALUEPICTURE_Raw, m_wsNewValue); in CommitData()
133 if (m_pNode->GetValue(XFA_VALUEPICTURE_Raw) == wsText) in IsDataChanged()
209 pComboBox->SetEditText(m_pNode->GetValue(XFA_VALUEPICTURE_Raw)); in UpdateFWLData()
313 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnTextChanged()
321 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_fflistbox.cpp158 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_ffdatetimeedit.cpp206 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dcxfa_ffcheckbutton.cpp311 eParam.m_wsPrevText = m_pNode->GetValue(XFA_VALUEPICTURE_Raw); in OnProcessEvent()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h59 XFA_VALUEPICTURE_Raw = 0, enumerator
Dcxfa_node.cpp2449 SetValue(XFA_VALUEPICTURE_Raw, EventParam.m_wsResult); in ProcessCalculate()
2559 if (!GetValue(XFA_VALUEPICTURE_Raw).IsEmpty()) in ProcessNullTestValidate()
2765 SetValue(XFA_VALUEPICTURE_Raw, pEventParam->m_wsResult); in ExecuteBoolScript()
3055 SetValue(XFA_VALUEPICTURE_Raw, wsValue); in ResetData()
3056 pChild->SetValue(XFA_VALUEPICTURE_Raw, wsValue); in ResetData()
3073 pChild->SetValue(XFA_VALUEPICTURE_Raw, itemText); in ResetData()
3087 SetValue(XFA_VALUEPICTURE_Raw, wsValue); in ResetData()
4686 if (ePicture == XFA_VALUEPICTURE_Raw) in GetPictureContent()
4789 if (eValueType != XFA_VALUEPICTURE_Raw && wsPicture.IsEmpty()) { in GetValue()