Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h119 CPVT_WordPlace DeleteWord(const CPVT_WordPlace& place);
Dcpdf_variabletext.cpp391 CPVT_WordPlace CPDF_VariableText::DeleteWord(const CPVT_WordPlace& place) { in DeleteWord() function in CPDF_VariableText
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1968 SetCaret(m_pVT->DeleteWord(m_wpCaret)); in Delete()