Home
last modified time | relevance | path

Searched refs:CountEditFields (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fee/include/
Difde_txtedtengine.h226 virtual int32_t CountEditFields(int32_t nBlockIndex) const = 0;
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.h106 virtual int32_t CountEditFields(int32_t nBlockIndex) const;
Dfde_txtedtengine.cpp901 int32_t CFDE_TxtEdtEngine::CountEditFields(int32_t nBlockIndex) const { in CountEditFields() function in CFDE_TxtEdtEngine