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

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListBox.h87 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;}
94 IPWL_Filler_Notify* m_pFillerNotify; member in class:CPWL_ListBox
H A DPWL_ComboBox.h106 IPWL_Filler_Notify* m_pFillerNotify; member in class:CPWL_ComboBox
H A DPWL_Edit.h87 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;}
127 IPWL_Filler_Notify* m_pFillerNotify; member in class:CPWL_Edit
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp18 CPWL_Edit::CPWL_Edit() : m_pFillerNotify(NULL),
178 if (m_pFillerNotify)
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
197 if (m_pFillerNotify)
200 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,0);
925 if (m_pFillerNotify)
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
948 if (m_pFillerNotify)
951 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,nFlag);
1012 if (m_pFillerNotify)
[all...]
H A DPWL_ComboBox.cpp211 m_pFillerNotify(NULL)
503 if (m_pFillerNotify)
511 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin,fPopupMax,nWhere,fPopupRet);
654 m_pFillerNotify = pNotify;
H A DPWL_ListBox.cpp84 m_pFillerNotify(NULL)
439 if (m_pFillerNotify)
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
449 m_pFillerNotify->OnAfterKeyStroke(FALSE, GetAttachedData(), bExit,nFlag);

Completed in 364 milliseconds