Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp1006 if (m_pEditNotify) { in OnInsertReturn()
1007 m_pEditNotify->OnInsertReturn(place, oldplace); in OnInsertReturn()
1018 if (m_pEditNotify) { in OnBackSpace()
1019 m_pEditNotify->OnBackSpace(place, oldplace); in OnBackSpace()
1030 if (m_pEditNotify) { in OnDelete()
1031 m_pEditNotify->OnDelete(place, oldplace); in OnDelete()
1042 if (m_pEditNotify) { in OnClear()
1043 m_pEditNotify->OnClear(place, oldplace); in OnClear()
1054 if (m_pEditNotify) { in OnInsertWord()
1055 m_pEditNotify->OnInsertWord(place, oldplace); in OnInsertWord()
[all …]
DPWL_EditCtrl.cpp25 m_pEditNotify(NULL), in CPWL_EditCtrl()
589 if (m_pEditNotify) { in IOnContentChange()
590 m_pEditNotify->OnContentChange(rcContent); in IOnContentChange()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h85 void SetEditNotify(IPWL_Edit_Notify* pNotify) { m_pEditNotify = pNotify; } in SetEditNotify()
174 IPWL_Edit_Notify* m_pEditNotify; variable