Searched refs:m_pFillerNotify (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ComboBox.cpp | 206 m_pFillerNotify(NULL) {} in CPWL_ComboBox() 468 if (m_pFillerNotify) { in SetPopup() 471 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, 0); in SetPopup() 482 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup() 504 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, 0); in SetPopup() 529 if (m_pFillerNotify) { in OnKeyDown() 530 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown() 534 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown() 550 if (m_pFillerNotify) { in OnKeyDown() 551 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown() [all …]
|
D | PWL_Edit.cpp | 20 : m_pFillerNotify(NULL), m_pSpellCheck(NULL), m_bFocus(FALSE) { in CPWL_Edit() 158 if (m_pFillerNotify) { in PasteText() 165 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swClipboard, in PasteText() 866 if (m_pFillerNotify) { in OnKeyDown() 878 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange, in OnKeyDown() 938 if (m_pFillerNotify) { in OnChar() 958 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, in OnChar()
|
D | PWL_ListBox.cpp | 72 m_pFillerNotify(NULL) { in CPWL_ListBox() 370 if (!m_pFillerNotify) in OnNotifySelChanged() 378 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, strChangeEx, in OnNotifySelChanged()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_ListBox.h | 106 m_pFillerNotify = pNotify; in SetFillerNotify() 114 IPWL_Filler_Notify* m_pFillerNotify; variable
|
D | PWL_Edit.h | 110 m_pFillerNotify = pNotify; in SetFillerNotify() 159 IPWL_Filler_Notify* m_pFillerNotify;
|
D | PWL_ComboBox.h | 101 IPWL_Filler_Notify* m_pFillerNotify; variable
|