Searched refs:m_pFillerNotify (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box.cpp | 423 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 …]
|
D | cpwl_list_box.h | 92 m_pFillerNotify = pNotify; in SetFillerNotify() 102 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable
|
D | cpwl_edit.h | 92 m_pFillerNotify = pNotify; in SetFillerNotify() 130 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable
|
D | cpwl_list_box.cpp | 71 m_pFillerNotify(nullptr) {} in CPWL_ListBox() 262 if (!m_pFillerNotify) in OnNotifySelectionChanged() 273 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke( in OnNotifySelectionChanged()
|
D | cpwl_edit.cpp | 472 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()
|
D | cpwl_combo_box.h | 99 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify; variable
|