Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.h37 bool IsDataChanged() override;
Dcxfa_ffcheckbutton.h42 bool IsDataChanged() override;
Dcxfa_ffdatetimeedit.h60 bool IsDataChanged() override;
Dcxfa_fftextedit.h72 bool IsDataChanged() override;
Dcxfa_ffcombobox.h70 bool IsDataChanged() override;
Dcxfa_fffield.h89 virtual bool IsDataChanged();
Dcxfa_fflistbox.cpp94 bool CXFA_FFListBox::IsDataChanged() { in IsDataChanged() function in CXFA_FFListBox
Dcxfa_ffdatetimeedit.cpp177 bool CXFA_FFDateTimeEdit::IsDataChanged() { in IsDataChanged() function in CXFA_FFDateTimeEdit
Dcxfa_ffcombobox.cpp131 bool CXFA_FFComboBox::IsDataChanged() { in IsDataChanged() function in CXFA_FFComboBox
Dcxfa_ffcheckbutton.cpp277 bool CXFA_FFCheckButton::IsDataChanged() { in IsDataChanged() function in CXFA_FFCheckButton
Dcxfa_fffield.cpp641 if (!IsDataChanged()) in ProcessCommittedData()
739 bool CXFA_FFField::IsDataChanged() { in IsDataChanged() function in CXFA_FFField
Dcxfa_fftextedit.cpp239 bool CXFA_FFTextEdit::IsDataChanged() { in IsDataChanged() function in CXFA_FFTextEdit
/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.h32 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_checkbox.h32 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_listbox.h30 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_textfield.h35 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_combobox.h37 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_radiobutton.cpp87 bool CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_RadioButton
Dcffl_checkbox.cpp97 bool CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_CheckBox
Dcffl_formfiller.h120 virtual bool IsDataChanged(CPDFSDK_PageView* pPageView);
Dcffl_formfiller.cpp459 if (!IsDataChanged(pPageView)) in CommitData()
499 bool CFFL_FormFiller::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_FormFiller
Dcffl_listbox.cpp86 bool CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_ListBox
Dcffl_textfield.cpp143 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