Searched refs:IsDataChanged (Results 1 - 24 of 24) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_checkbox.h29 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
H A Dcffl_listbox.h26 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
H A Dcffl_radiobutton.h29 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
H A Dcffl_combobox.h32 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
H A Dcffl_textfield.h37 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
H A Dcffl_checkbox.cpp93 bool CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView) { function in class:CFFL_CheckBox
H A Dcffl_radiobutton.cpp83 bool CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView) { function in class:CFFL_RadioButton
H A Dcffl_listbox.cpp83 bool CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) { function in class:CFFL_ListBox
H A Dcffl_combobox.cpp76 bool CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) { function in class:CFFL_ComboBox
H A Dcffl_formfiller.h119 virtual bool IsDataChanged(CPDFSDK_PageView* pPageView);
H A Dcffl_textfield.cpp129 bool CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) { function in class:CFFL_TextField
H A Dcffl_formfiller.cpp469 if (!IsDataChanged(pPageView))
509 bool CFFL_FormFiller::IsDataChanged(CPDFSDK_PageView* pPageView) { function in class:CFFL_FormFiller
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffcheckbutton.h38 bool IsDataChanged() override;
H A Dcxfa_ffdatetimeedit.h42 bool IsDataChanged() override;
H A Dcxfa_fflistbox.h34 bool IsDataChanged() override;
H A Dcxfa_ffcombobox.h61 bool IsDataChanged() override;
H A Dcxfa_fftextedit.h70 bool IsDataChanged() override;
H A Dcxfa_fffield.h78 virtual bool IsDataChanged();
H A Dcxfa_ffdatetimeedit.cpp173 bool CXFA_FFDateTimeEdit::IsDataChanged() { function in class:CXFA_FFDateTimeEdit
H A Dcxfa_fflistbox.cpp91 bool CXFA_FFListBox::IsDataChanged() { function in class:CXFA_FFListBox
H A Dcxfa_ffcombobox.cpp120 bool CXFA_FFComboBox::IsDataChanged() { function in class:CXFA_FFComboBox
H A Dcxfa_ffcheckbutton.cpp276 bool CXFA_FFCheckButton::IsDataChanged() { function in class:CXFA_FFCheckButton
H A Dcxfa_fftextedit.cpp211 bool CXFA_FFTextEdit::IsDataChanged() { function in class:CXFA_FFTextEdit
H A Dcxfa_fffield.cpp626 if (!IsDataChanged())
727 bool CXFA_FFField::IsDataChanged() { function in class:CXFA_FFField

Completed in 224 milliseconds