Home
last modified time | relevance | path

Searched refs:m_pFillerNotify (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp206 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 …]
DPWL_Edit.cpp20 : 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()
DPWL_ListBox.cpp72 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/
DPWL_ListBox.h106 m_pFillerNotify = pNotify; in SetFillerNotify()
114 IPWL_Filler_Notify* m_pFillerNotify; variable
DPWL_Edit.h110 m_pFillerNotify = pNotify; in SetFillerNotify()
159 IPWL_Filler_Notify* m_pFillerNotify;
DPWL_ComboBox.h101 IPWL_Filler_Notify* m_pFillerNotify; variable