HomeSort by relevance Sort by last modified time
    Searched refs:m_pFillerNotify (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/pwl/
cpwl_combo_box.cpp 423 if (!m_pFillerNotify)
429 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), 0))
443 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax,
462 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), 0);
482 if (m_pFillerNotify) {
483 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag))
485 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag))
499 if (m_pFillerNotify) {
500 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag))
502 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)
    [all...]
cpwl_edit.h 92 m_pFillerNotify = pNotify;
130 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify;
cpwl_list_box.h 92 m_pFillerNotify = pNotify;
102 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify;
cpwl_list_box.cpp 71 m_pFillerNotify(nullptr) {}
262 if (!m_pFillerNotify)
273 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke(
cpwl_combo_box.h 99 UnownedPtr<IPWL_Filler_Notify> m_pFillerNotify;
cpwl_edit.cpp 472 if (m_pFillerNotify) {
487 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke(
547 if (m_pFillerNotify) {
569 std::tie(bRC, bExit) = m_pFillerNotify->OnBeforeKeyStroke(

Completed in 76 milliseconds