Home
last modified time | relevance | path

Searched refs:GetAttachedData (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp471 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, 0); in SetPopup()
482 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
504 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, 0); in SetPopup()
530 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
534 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
551 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
555 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
589 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnChar()
593 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag); in OnChar()
DPWL_Edit.cpp165 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swClipboard, in PasteText()
878 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange, in OnKeyDown()
958 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, in OnChar()
DPWL_Wnd.cpp619 void* CPWL_Wnd::GetAttachedData() const { in GetAttachedData() function in CPWL_Wnd
882 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()
DPWL_ListBox.cpp378 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, strChangeEx, in OnNotifySelChanged()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp29 CFFL_PrivateData* pData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in ~CFFL_FormFiller()
368 CFFL_PrivateData* pPrivateData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in GetPDFWindow()
398 CFFL_PrivateData* pData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in DestroyPDFWindow()
DFFL_IFormFiller.cpp996 pData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in OnBeforeKeyStroke()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h356 void* GetAttachedData() const;