Searched refs:NotificationOption (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.cpp | 147 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 …]
|
D | cpdf_formfield.h | 27 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);
|
D | cpdf_interactiveform.h | 94 void ResetForm(NotificationOption notify); 99 NotificationOption notify);
|
D | cpdf_interactiveform.cpp | 814 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/ |
D | cpdfsdk_widget.h | 90 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);
|
D | cpdfsdk_widget.cpp | 520 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()
|
D | cpdfsdk_interactiveform.cpp | 284 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/ |
D | cffl_listbox.cpp | 113 m_pWidget->ClearSelection(NotificationOption::kDoNotNotify); in SaveData() 118 NotificationOption::kDoNotNotify); in SaveData() 123 NotificationOption::kDoNotNotify); in SaveData()
|
D | cffl_combobox.cpp | 103 m_pWidget->SetValue(swText, NotificationOption::kDoNotNotify); in SaveData() 107 NotificationOption::kDoNotNotify); in SaveData()
|
D | cffl_radiobutton.cpp | 109 m_pWidget->SetCheck(bNewChecked, NotificationOption::kDoNotNotify); in SaveData()
|
D | cffl_checkbox.cpp | 120 m_pWidget->SetCheck(bNewChecked, NotificationOption::kDoNotNotify); in SaveData()
|
D | cffl_textfield.cpp | 157 m_pWidget->SetValue(sNewValue, NotificationOption::kDoNotNotify); in SaveData()
|
/external/pdfium/fxjs/ |
D | cjs_field.cpp | 284 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()
|
D | cjs_document.cpp | 517 pPDFForm->ResetForm(NotificationOption::kNotify); in resetForm() 539 pPDFForm->ResetForm(aFields, true, NotificationOption::kNotify); in resetForm()
|