Home
last modified time | relevance | path

Searched refs:NotificationOption (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp147 bool CPDF_FormField::ResetField(NotificationOption notify) { in ResetField()
156 NotificationOption::kDoNotNotify); in ResetField()
158 if (notify == NotificationOption::kNotify && m_pForm->GetFormNotify()) in ResetField()
164 ClearSelection(NotificationOption::kDoNotNotify); in ResetField()
169 if (notify == NotificationOption::kNotify && in ResetField()
173 SetItemSelection(iIndex, true, NotificationOption::kDoNotNotify); in ResetField()
174 if (notify == NotificationOption::kNotify) in ResetField()
199 if (notify == NotificationOption::kNotify && in ResetField()
216 if (notify == NotificationOption::kNotify) in ResetField()
334 NotificationOption notify) { in SetValue()
[all …]
Dcpdf_formfield.h27 enum class NotificationOption { kDoNotNotify = 0, kNotify }; enum
88 bool ResetField(NotificationOption notify);
108 bool SetValue(const WideString& value, NotificationOption notify);
114 bool ClearSelection(NotificationOption notify);
116 bool SetItemSelection(int index, bool bSelected, NotificationOption notify);
128 NotificationOption notify);
134 bool SelectOption(int iOptIndex, bool bSelected, NotificationOption notify);
150 NotificationOption notify);
157 NotificationOption notify);
Dcpdf_interactiveform.h94 void ResetForm(NotificationOption notify);
99 NotificationOption notify);
Dcpdf_interactiveform.cpp814 NotificationOption notify) { in ResetForm()
824 if (notify == NotificationOption::kNotify && m_pFormNotify) in ResetForm()
828 void CPDF_InteractiveForm::ResetForm(NotificationOption notify) { in ResetForm()
837 if (notify == NotificationOption::kNotify && m_pFormNotify) in ResetForm()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.h90 void SetCheck(bool bChecked, NotificationOption notify);
91 void SetValue(const WideString& sValue, NotificationOption notify);
92 void SetOptionSelection(int index, bool bSelected, NotificationOption notify);
93 void ClearSelection(NotificationOption notify);
Dcpdfsdk_widget.cpp520 void CPDFSDK_Widget::SetCheck(bool bChecked, NotificationOption notify) { in SetCheck()
528 if (notify == NotificationOption::kDoNotNotify) in SetCheck()
534 NotificationOption notify) { in SetValue()
538 if (notify == NotificationOption::kDoNotNotify) in SetValue()
545 NotificationOption notify) { in SetOptionSelection()
549 if (notify == NotificationOption::kDoNotNotify) in SetOptionSelection()
554 void CPDFSDK_Widget::ClearSelection(NotificationOption notify) { in ClearSelection()
558 if (notify == NotificationOption::kDoNotNotify) in ClearSelection()
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/fpdfsdk/formfiller/
Dcffl_listbox.cpp113 m_pWidget->ClearSelection(NotificationOption::kDoNotNotify); in SaveData()
118 NotificationOption::kDoNotNotify); in SaveData()
123 NotificationOption::kDoNotNotify); in SaveData()
Dcffl_combobox.cpp103 m_pWidget->SetValue(swText, NotificationOption::kDoNotNotify); in SaveData()
107 NotificationOption::kDoNotNotify); in SaveData()
Dcffl_radiobutton.cpp109 m_pWidget->SetCheck(bNewChecked, NotificationOption::kDoNotNotify); in SaveData()
Dcffl_checkbox.cpp120 m_pWidget->SetCheck(bNewChecked, NotificationOption::kDoNotNotify); in SaveData()
Dcffl_textfield.cpp157 m_pWidget->SetValue(sNewValue, NotificationOption::kDoNotNotify); in SaveData()
/external/pdfium/fxjs/
Dcjs_field.cpp284 pFormField->ClearSelection(NotificationOption::kNotify); in SetCurrentValueIndices()
291 NotificationOption::kDoNotNotify); 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()
2216 pFormField->SetValue(wsFileName, NotificationOption::kDoNotNotify); in browseForFileToSubmit()
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()