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.cpp147 if (!m_pNode->SetValue(XFA_VALUEPICTURE_Edit, pPicker->GetEditText())) in CommitData()
160 eType = XFA_VALUEPICTURE_Edit; in UpdateFWLData()
182 return m_pNode->GetValue(XFA_VALUEPICTURE_Edit) != wsText; in IsDataChanged()
189 WideString wsPicture = m_pNode->GetPictureContent(XFA_VALUEPICTURE_Edit); in OnSelectChanged()
196 XFA_VALUEPICTURE_Edit); in OnSelectChanged()
Dcxfa_fftextedit.cpp216 if (m_pNode->SetValue(XFA_VALUEPICTURE_Edit, wsText)) { in CommitData()
288 eType = XFA_VALUEPICTURE_Edit; in UpdateFWLData()
297 iMaxChars = eType == XFA_VALUEPICTURE_Edit ? iMaxChars : 0; in UpdateFWLData()
304 if (eType == XFA_VALUEPICTURE_Edit) { in UpdateFWLData()
316 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) { in UpdateFWLData()
Dcxfa_ffnumericedit.cpp81 WideString wsPattern = m_pNode->GetPictureContent(XFA_VALUEPICTURE_Edit); in OnValidate()
/external/pdfium/fxjs/xfa/
Dcjx_field.cpp310 node->SetValue(XFA_VALUEPICTURE_Edit, pValue->ToWideString()); in editValue()
314 node->GetValue(XFA_VALUEPICTURE_Edit).ToUTF8().AsStringView()); in editValue()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp280 node->SetValue(XFA_VALUEPICTURE_Edit, pFormField->GetValue()); in Synchronize()
292 node->SetValue(XFA_VALUEPICTURE_Edit, pFormField->GetValue()); in Synchronize()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h61 XFA_VALUEPICTURE_Edit, enumerator
Dcxfa_node.cpp4723 case XFA_VALUEPICTURE_Edit: { in GetPictureContent()