Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_fftextedit.h41 bool IsDataChanged() override;
101 bool IsDataChanged() override;
Dxfa_ffchoicelist.h35 bool IsDataChanged() override;
90 bool IsDataChanged() override;
Dxfa_ffcheckbutton.h37 bool IsDataChanged() override;
Dxfa_fffield.h76 virtual bool IsDataChanged();
Dxfa_ffchoicelist.cpp95 bool CXFA_FFListBox::IsDataChanged() { in IsDataChanged() function in CXFA_FFListBox
315 bool CXFA_FFComboBox::IsDataChanged() { in IsDataChanged() function in CXFA_FFComboBox
Dxfa_fftextedit.cpp202 bool CXFA_FFTextEdit::IsDataChanged() { in IsDataChanged() function in CXFA_FFTextEdit
632 bool CXFA_FFDateTimeEdit::IsDataChanged() { in IsDataChanged() function in CXFA_FFDateTimeEdit
Dxfa_fffield.cpp599 if (!IsDataChanged()) in ProcessCommittedData()
701 bool CXFA_FFField::IsDataChanged() { in IsDataChanged() function in CXFA_FFField
Dxfa_ffcheckbutton.cpp263 bool CXFA_FFCheckButton::IsDataChanged() { in IsDataChanged() function in CXFA_FFCheckButton
/external/pdfium/fpdfsdk/formfiller/
Dcffl_radiobutton.h28 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_checkbox.h28 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_listbox.h28 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_combobox.h32 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_textfield.h38 bool IsDataChanged(CPDFSDK_PageView* pPageView) override;
Dcffl_radiobutton.cpp90 bool CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_RadioButton
Dcffl_checkbox.cpp92 bool CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_CheckBox
Dcffl_listbox.cpp93 bool CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_ListBox
Dcffl_formfiller.h119 virtual bool IsDataChanged(CPDFSDK_PageView* pPageView);
Dcffl_textfield.cpp143 bool CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_TextField
Dcffl_formfiller.cpp504 if (IsDataChanged(pPageView)) { in CommitData()
534 bool CFFL_FormFiller::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_FormFiller
Dcffl_combobox.cpp84 bool CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() function in CFFL_ComboBox