Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Difde_txtedtpage.h32 virtual int32_t GetCharCount() const = 0;
Dcfde_txtedtpage.h37 int32_t GetCharCount() const override;
Dcfde_txtedtpage.cpp146 int32_t CFDE_TxtEdtPage::GetCharCount() const { in GetCharCount() function in CFDE_TxtEdtPage
Dcfde_txtedtengine.cpp1158 int32_t nPageCharCount = pPage->GetCharCount(); in MovePage2Char()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp531 int32_t nPageCharCount = pPage->GetCharCount(); in DrawContent()