Home
last modified time | relevance | path

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

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