Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp187 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStar… in PasteText()
201 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,0); in PasteText()
942 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeE… in OnKeyDown()
955 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,nFlag); in OnKeyDown()
1042 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelS… in OnChar()
1064 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,nFlag); in OnChar()
DPWL_ListBox.cpp446 …m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, … in OnNotifySelChanged()
449 m_pFillerNotify->OnAfterKeyStroke(FALSE, GetAttachedData(), bExit,nFlag); in OnNotifySelChanged()
DPWL_Wnd.cpp813 void* CPWL_Wnd::GetAttachedData() const in GetAttachedData() function in CPWL_Wnd
1138 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()
DPWL_ComboBox.cpp511 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin,fPopupMax,nWhere,fPopupRet); in SetPopup()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp40 CFFL_PrivateData* pData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in ~CFFL_FormFiller()
444 CFFL_PrivateData* pPrivateData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in GetPDFWindow()
484 CFFL_PrivateData* pData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in DestroyPDFWindow()
DFFL_IFormFiller.cpp1150 pData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in OnBeforeKeyStroke()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h368 void* GetAttachedData() const;