Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp423 if (!m_pFillerNotify) in SetPopup()
429 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), 0)) in SetPopup()
443 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
462 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), 0); in SetPopup()
482 if (m_pFillerNotify) { in OnKeyDown()
483 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown()
485 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnKeyDown()
499 if (m_pFillerNotify) { in OnKeyDown()
500 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown()
502 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnKeyDown()
[all …]
Dcpwl_list_box.h92 m_pFillerNotify = pNotify; in SetFillerNotify()
102 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable
Dcpwl_edit.h92 m_pFillerNotify = pNotify; in SetFillerNotify()
130 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable
Dcpwl_list_box.cpp71 m_pFillerNotify(nullptr) {} in CPWL_ListBox()
262 if (!m_pFillerNotify) in OnNotifySelectionChanged()
273 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnNotifySelectionChanged()
Dcpwl_edit.cpp472 if (m_pFillerNotify) { in OnKeyDown()
487 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnKeyDown()
547 if (m_pFillerNotify) { in OnChar()
569 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnChar()
Dcpwl_combo_box.h99 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable