Home
last modified time | relevance | path

Searched refs:m_pOperationNotify (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp568 m_pOperationNotify = pOperationNotify; in SetOperationNotify()
1529 if (m_pOperationNotify) in InsertWord()
1530 m_pOperationNotify->OnInsertWord(m_wpCaret, m_wpOldCaret); in InsertWord()
1556 if (m_pOperationNotify) in InsertReturn()
1557 m_pOperationNotify->OnInsertReturn(m_wpCaret, m_wpOldCaret); in InsertReturn()
1594 if (m_pOperationNotify) in Backspace()
1595 m_pOperationNotify->OnBackSpace(m_wpCaret, m_wpOldCaret); in Backspace()
1630 if (m_pOperationNotify) in Delete()
1631 m_pOperationNotify->OnDelete(m_wpCaret, m_wpOldCaret); in Delete()
1667 if (m_pOperationNotify) in Clear()
[all …]
Dcpwl_edit_impl.h379 UnownedPtr<CPWL_Edit> m_pOperationNotify; variable