Searched refs:kDoNotNotify (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.cpp | 156 NotificationOption::kDoNotNotify); in ResetField() 164 ClearSelection(NotificationOption::kDoNotNotify); in ResetField() 173 SetItemSelection(iIndex, true, NotificationOption::kDoNotNotify); in ResetField() 361 ClearSelection(NotificationOption::kDoNotNotify); in SetValue() 362 SetItemSelection(iIndex, true, NotificationOption::kDoNotNotify); in SetValue() 382 ClearSelection(NotificationOption::kDoNotNotify); in SetValue() 383 SetItemSelection(iIndex, true, NotificationOption::kDoNotNotify); in SetValue() 542 SelectOption(index, true, NotificationOption::kDoNotNotify); in SetItemSelectionSelected() 567 SelectOption(index, false, NotificationOption::kDoNotNotify); in SetItemSelectionUnselected() 728 NotificationOption::kDoNotNotify); in SetCheckValue()
|
D | cpdf_formfield.h | 27 enum class NotificationOption { kDoNotNotify = 0, kNotify }; enumerator
|
/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/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 528 if (notify == NotificationOption::kDoNotNotify) in SetCheck() 538 if (notify == NotificationOption::kDoNotNotify) in SetValue() 549 if (notify == NotificationOption::kDoNotNotify) in SetOptionSelection() 558 if (notify == NotificationOption::kDoNotNotify) in ClearSelection()
|
/external/pdfium/fxjs/ |
D | cjs_field.cpp | 291 NotificationOption::kDoNotNotify); in SetCurrentValueIndices() 2216 pFormField->SetValue(wsFileName, NotificationOption::kDoNotNotify); in browseForFileToSubmit()
|