Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.cpp190 m_pFillerNotify(nullptr) {} in CPWL_ComboBox()
448 if (m_pFillerNotify) { in SetPopup()
451 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, 0); in SetPopup()
462 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
484 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, 0); in SetPopup()
509 if (m_pFillerNotify) { in OnKeyDown()
510 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
514 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
530 if (m_pFillerNotify) { in OnKeyDown()
531 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
[all …]
DPWL_ListBox.h101 m_pFillerNotify = pNotify; in SetFillerNotify()
111 IPWL_Filler_Notify* m_pFillerNotify; variable
DPWL_Edit.h104 m_pFillerNotify = pNotify; in SetFillerNotify()
137 IPWL_Filler_Notify* m_pFillerNotify; variable
DPWL_Edit.cpp31 : m_pFillerNotify(nullptr), m_bFocus(false), m_pFormFiller(nullptr) {} in CPWL_Edit()
610 if (m_pFillerNotify) { in OnKeyDown()
622 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange, in OnKeyDown()
682 if (m_pFillerNotify) { in OnChar()
702 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, in OnChar()
DPWL_ListBox.cpp69 m_pFillerNotify(nullptr) {} in CPWL_ListBox()
343 if (!m_pFillerNotify) in OnNotifySelChanged()
351 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, strChangeEx, in OnNotifySelChanged()
DPWL_ComboBox.h100 IPWL_Filler_Notify* m_pFillerNotify; variable