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.cpp447 if (!m_pFillerNotify) in SetPopup()
451 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), 0)) in SetPopup()
464 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
482 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), 0); in SetPopup()
497 if (m_pFillerNotify) { in OnKeyDown()
498 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown()
500 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnKeyDown()
512 if (m_pFillerNotify) { in OnKeyDown()
513 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown()
515 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.h94 m_pFillerNotify = pNotify; in SetFillerNotify()
131 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable
Dcpwl_edit.cpp418 if (m_pFillerNotify) { in OnKeyDown()
433 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnKeyDown()
493 if (m_pFillerNotify) { in OnChar()
515 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnChar()
Dcpwl_list_box.cpp252 if (!m_pFillerNotify) in OnNotifySelectionChanged()
263 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnNotifySelectionChanged()
Dcpwl_combo_box.h105 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable