Searched refs:m_pFillerNotify (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box.cpp | 447 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 …]
|
D | cpwl_list_box.h | 92 m_pFillerNotify = pNotify; in SetFillerNotify() 102 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable
|
D | cpwl_edit.h | 94 m_pFillerNotify = pNotify; in SetFillerNotify() 131 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable
|
D | cpwl_edit.cpp | 418 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()
|
D | cpwl_list_box.cpp | 252 if (!m_pFillerNotify) in OnNotifySelectionChanged() 263 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnNotifySelectionChanged()
|
D | cpwl_combo_box.h | 105 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable
|