Searched defs:faOld (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp257 FX_BOOL CFFL_ComboBox::IsActionDataChanged(CPDF_AAction::AActionType type, const PDFSDK_FieldAction& faOld, argument
263 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || faOld.nSelStart != faNew.nSelStart ||
264 faOld.sChange != faNew.sChange;
H A DFFL_TextField.cpp292 FX_BOOL CFFL_TextField::IsActionDataChanged(CPDF_AAction::AActionType type, const PDFSDK_FieldAction& faOld, argument
298 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || faOld.nSelStart != faNew.nSelStart ||
299 faOld.sChange != faNew.sChange;
H A DFFL_FormFiller.cpp732 FX_BOOL CFFL_FormFiller::IsActionDataChanged(CPDF_AAction::AActionType type, const PDFSDK_FieldAction& faOld, argument
H A DFFL_IFormFiller.cpp881 PDFSDK_FieldAction faOld = fa; local
920 PDFSDK_FieldAction faOld = fa; local

Completed in 175 milliseconds