Home
last modified time | relevance | path

Searched refs:nBlockIndex (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fee/include/
Difde_txtedtengine.h157 int32_t nBlockIndex,
162 int32_t nBlockIndex) = 0;
164 int32_t nBlockIndex,
226 virtual int32_t CountEditFields(int32_t nBlockIndex) const = 0;
227 virtual void GetEditFieldText(int32_t nBlockIndex,
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_editimp.h95 int32_t nBlockIndex,
100 int32_t nBlockIndex) override;
102 int32_t nBlockIndex,
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.h106 virtual int32_t CountEditFields(int32_t nBlockIndex) const;
107 virtual void GetEditFieldText(int32_t nBlockIndex,
Dfde_txtedtengine.cpp848 int32_t nBlockIndex = 0; in SetFormatBlock() local
858 nBlockIndex++; in SetFormatBlock()
901 int32_t CFDE_TxtEdtEngine::CountEditFields(int32_t nBlockIndex) const { in CountEditFields()
903 CFDE_TxtEdtBlock* pBlock = m_BlockArray[nBlockIndex]; in CountEditFields()
909 void CFDE_TxtEdtEngine::GetEditFieldText(int32_t nBlockIndex, in GetEditFieldText() argument
913 CFDE_TxtEdtBlock* pBlock = m_BlockArray[nBlockIndex]; in GetEditFieldText()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp947 int32_t nBlockIndex, in On_ValidateField() argument
954 int32_t nBlockIndex) { in On_ValidateBlock() argument
958 int32_t nBlockIndex, in On_GetBlockFormatText() argument