Searched refs:m_pOperationNotify (Results 1 – 2 of 2) sorted by relevance
594 m_pOperationNotify = pOperationNotify; in SetOperationNotify()1551 if (m_pOperationNotify) in InsertWord()1552 m_pOperationNotify->OnInsertWord(m_wpCaret, m_wpOldCaret); in InsertWord()1578 if (m_pOperationNotify) in InsertReturn()1579 m_pOperationNotify->OnInsertReturn(m_wpCaret, m_wpOldCaret); in InsertReturn()1611 if (m_pOperationNotify) in Backspace()1612 m_pOperationNotify->OnBackSpace(m_wpCaret, m_wpOldCaret); in Backspace()1647 if (m_pOperationNotify) in Delete()1648 m_pOperationNotify->OnDelete(m_wpCaret, m_wpOldCaret); in Delete()1684 if (m_pOperationNotify) in Clear()[all …]
404 UnownedPtr<CPWL_Edit> m_pOperationNotify; variable