Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtblock.h53 int32_t GetFieldTextLength() const;
116 virtual int32_t GetFieldTextLength() const;
Dfde_txtedtblock.cpp110 int32_t CFDE_TxtEdtBlock::GetFieldTextLength() const { in GetFieldTextLength() function in CFDE_TxtEdtBlock
115 nTotalLength = pField->GetFieldTextLength(); in GetFieldTextLength()
367 int32_t CFDE_TxtEdtField::GetFieldTextLength() const { in GetFieldTextLength() function in CFDE_TxtEdtField
Dfde_txtedtengine.cpp2201 nRealIndex += pField->GetFieldTextLength(); in GetRealIndex()