Home
last modified time | relevance | path

Searched refs:GetTotalWords (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Label.cpp145 int32_t CPWL_Label::GetTotalWords() { in GetTotalWords() function in CPWL_Label
147 return m_pEdit->GetTotalWords(); in GetTotalWords()
DPWL_EditCtrl.cpp429 int32_t CPWL_EditCtrl::GetTotalWords() const { in GetTotalWords() function in CPWL_EditCtrl
431 return m_pEdit->GetTotalWords(); in GetTotalWords()
DPWL_Edit.cpp608 if (m_pEdit->GetTotalWords() == 0) { in OnRButtonUp()
DPWL_Note.cpp542 m_pEdit->SetCaret(bLast ? m_pEdit->GetTotalWords() : 0); in SetEditFocus()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Label.h25 int32_t GetTotalWords();
DPWL_EditCtrl.h77 int32_t GetTotalWords() const;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h402 virtual int32_t GetTotalWords() const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h423 virtual int32_t GetTotalWords() const = 0;
Dfxet_edit.h619 int32_t GetTotalWords() const override;
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp843 int32_t nTotlaWords = GetTotalWords(); in InsertWord()
868 int32_t nTotlaWords = GetTotalWords(); in InsertSection()
1244 int32_t CPDF_VariableText::GetTotalWords() const { in GetTotalWords() function in CPDF_VariableText
Dpdf_vt.h414 int32_t GetTotalWords() const override;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1056 int32_t CFX_Edit::GetTotalWords() const { in GetTotalWords() function in CFX_Edit
1057 return m_pVT->GetTotalWords(); in GetTotalWords()
2846 int32_t nTotalWords = m_pVT->GetTotalWords(); in IsTextFull()