HomeSort by relevance Sort by last modified time
    Searched refs:XFA_VALUEPICTURE_Edit (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_ffdatetimeedit.cpp 141 if (!m_pNode->GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Edit,
156 eType = XFA_VALUEPICTURE_Edit;
179 return m_pNode->GetWidgetAcc()->GetValue(XFA_VALUEPICTURE_Edit) != wsText;
187 m_pNode->GetWidgetAcc()->GetPictureContent(XFA_VALUEPICTURE_Edit);
194 XFA_VALUEPICTURE_Edit);
cxfa_ffnumericedit.cpp 80 m_pNode->GetWidgetAcc()->GetPictureContent(XFA_VALUEPICTURE_Edit);
cxfa_fftextedit.cpp 187 if (m_pNode->GetWidgetAcc()->SetValue(XFA_VALUEPICTURE_Edit, wsText)) {
260 eType = XFA_VALUEPICTURE_Edit;
269 iMaxChars = eType == XFA_VALUEPICTURE_Edit ? iMaxChars : 0;
276 if (eType == XFA_VALUEPICTURE_Edit)
285 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) {
cxfa_widgetacc.h 31 XFA_VALUEPICTURE_Edit,
cxfa_widgetacc.cpp     [all...]
  /external/pdfium/fxjs/xfa/
cjx_field.cpp 305 pWidgetAcc->SetValue(XFA_VALUEPICTURE_Edit, pValue->ToWideString());
309 pWidgetAcc->GetValue(XFA_VALUEPICTURE_Edit).UTF8Encode().AsStringView());
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 298 pWidgetAcc->SetValue(XFA_VALUEPICTURE_Edit, pFormField->GetValue());
318 pWidgetAcc->SetValue(XFA_VALUEPICTURE_Edit, pFormField->GetValue());
617 : XFA_VALUEPICTURE_Edit);

Completed in 1884 milliseconds