Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp148 m_pDataAcc->GetValue(eParam.m_wsPrevText, XFA_VALUEPICTURE_Raw); in OnSelectChanged()
257 m_pDataAcc->GetValue(wsText, XFA_VALUEPICTURE_Raw); in LoadWidget()
312 return m_pDataAcc->SetValue(m_wsNewValue, XFA_VALUEPICTURE_Raw); in CommitData()
327 m_pDataAcc->GetValue(wsOldValue, XFA_VALUEPICTURE_Raw); in IsDataChanged()
391 m_pDataAcc->GetValue(wsText, XFA_VALUEPICTURE_Raw); in UpdateFWLData()
477 m_pDataAcc->GetValue(eParam.m_wsPrevText, XFA_VALUEPICTURE_Raw); in OnTextChanged()
485 m_pDataAcc->GetValue(eParam.m_wsPrevText, XFA_VALUEPICTURE_Raw); in OnSelectChanged()
Dxfa_ffwidgetacc.cpp241 this->SetValue(wsValue, XFA_VALUEPICTURE_Raw); in ResetData()
242 pAcc->SetValue(wsValue, XFA_VALUEPICTURE_Raw); in ResetData()
252 pAcc->SetValue(itemText, XFA_VALUEPICTURE_Raw); in ResetData()
264 SetValue(wsValue, XFA_VALUEPICTURE_Raw); in ResetData()
375 SetValue(EventParam.m_wsResult, XFA_VALUEPICTURE_Raw); in ProcessCalculate()
480 this->GetValue(wsValue, XFA_VALUEPICTURE_Raw); in ProcessNullTestValidate()
690 SetValue(pEventParam->m_wsResult, XFA_VALUEPICTURE_Raw); in ExecuteScript()
Dxfa_ffcheckbutton.cpp304 m_pDataAcc->GetValue(eParam.m_wsNewText, XFA_VALUEPICTURE_Raw); in OnProcessEvent()
Dxfa_fftextedit.cpp792 m_pDataAcc->GetValue(eParam.m_wsNewText, XFA_VALUEPICTURE_Raw); in OnSelectChanged()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h570 XFA_VALUEPICTURE_Raw = 0, enumerator
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2902 if (ePicture == XFA_VALUEPICTURE_Raw) { in GetPictureContent()
3131 if (eValueType != XFA_VALUEPICTURE_Raw && wsPicture.IsEmpty()) { in GetValue()