Home
last modified time | relevance | path

Searched refs:DeleteWord (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h394 virtual CPVT_WordPlace DeleteWord(const CPVT_WordPlace& place) = 0;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h408 CPVT_WordPlace DeleteWord(const CPVT_WordPlace& place) override;
Ddoc_vt.cpp962 CPVT_WordPlace CPDF_VariableText::DeleteWord(const CPVT_WordPlace& place) { in DeleteWord() function in CPDF_VariableText
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2619 SetCaret(m_pVT->DeleteWord(m_wpCaret)); in Delete()