Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h101 void OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
Dcpwl_edit.cpp618 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, in OnBackSpace() function in CPWL_Edit
Dcpwl_edit_impl.cpp1595 m_pOperationNotify->OnBackSpace(m_wpCaret, m_wpOldCaret); in Backspace()