Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp158 if (notify == NotificationOption::kNotify && m_pForm->GetFormNotify()) in ResetField()
169 if (notify == NotificationOption::kNotify && in ResetField()
174 if (notify == NotificationOption::kNotify) in ResetField()
199 if (notify == NotificationOption::kNotify && in ResetField()
216 if (notify == NotificationOption::kNotify) in ResetField()
346 if (notify == NotificationOption::kNotify && in SetValue()
365 if (notify == NotificationOption::kNotify) in SetValue()
377 if (notify == NotificationOption::kNotify && in SetValue()
385 if (notify == NotificationOption::kNotify) in SetValue()
461 if (notify == NotificationOption::kNotify && m_pForm->GetFormNotify()) { in ClearSelection()
[all …]
Dcpdf_formfield.h27 enum class NotificationOption { kDoNotNotify = 0, kNotify }; enumerator
Dcpdf_interactiveform.cpp824 if (notify == NotificationOption::kNotify && m_pFormNotify) in ResetForm()
837 if (notify == NotificationOption::kNotify && m_pFormNotify) in ResetForm()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp284 pField->SetValue(sValue, NotificationOption::kNotify); in OnCalculate()
498 m_pInteractiveForm->ResetForm(NotificationOption::kNotify); in DoAction_ResetForm()
505 NotificationOption::kNotify); in DoAction_ResetForm()
/external/pdfium/fxjs/
Dcjs_field.cpp284 pFormField->ClearSelection(NotificationOption::kNotify); in SetCurrentValueIndices()
458 pFormField->SetValue(strArray[0], NotificationOption::kNotify); in SetFieldValue()
465 pFormField->SetValue(strArray[0], NotificationOption::kNotify); in SetFieldValue()
478 pFormField->ClearSelection(NotificationOption::kNotify); in SetFieldValue()
483 NotificationOption::kNotify); in SetFieldValue()
2333 pFormField->CheckControl(nWidget, bCheckit, NotificationOption::kNotify); in checkThisBox()
Dcjs_document.cpp517 pPDFForm->ResetForm(NotificationOption::kNotify); in resetForm()
539 pPDFForm->ResetForm(aFields, true, NotificationOption::kNotify); in resetForm()