Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp141 if (!m_pNode->GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Edit, in CommitData()
156 eType = XFA_VALUEPICTURE_Edit; in UpdateFWLData()
179 return m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Edit) != wsText; in IsDataChanged()
187 m_pNode->GetWidgetAcc()->GetPictureContent(XFA_VALUEPICTURE_Edit); in OnSelectChanged()
194 XFA_VALUEPICTURE_Edit); in OnSelectChanged()
Dcxfa_fftextedit.cpp187 if (m_pNode->GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Edit, wsText)) { in CommitData()
260 eType = XFA_VALUEPICTURE_Edit; in UpdateFWLData()
269 iMaxChars = eType == XFA_VALUEPICTURE_Edit ? iMaxChars : 0; in UpdateFWLData()
276 if (eType == XFA_VALUEPICTURE_Edit) in UpdateFWLData()
285 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) { in UpdateFWLData()
Dcxfa_ffnumericedit.cpp80 m_pNode->GetWidgetAcc()->GetPictureContent(XFA_VALUEPICTURE_Edit); in OnValidate()
Dcxfa_widgetacc.h31 XFA_VALUEPICTURE_Edit, enumerator
Dcxfa_widgetacc.cpp2438 case XFA_VALUEPICTURE_Edit: { in GetPictureContent()
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp305 pWidgetAcc->SetValue(XFA_VALUEPICTURE_Edit, pValue->ToWideString()); in editValue()
309 pWidgetAcc->GetValue(XFA_VALUEPICTURE_Edit).UTF8Encode().AsStringView()); in editValue()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp298 pWidgetAcc->SetValue(XFA_VALUEPICTURE_Edit, pFormField->GetValue()); in Synchronize()
318 pWidgetAcc->SetValue(XFA_VALUEPICTURE_Edit, pFormField->GetValue()); in Synchronize()
617 : XFA_VALUEPICTURE_Edit);