Searched refs:GetAttachedData (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 187 …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()
|
D | PWL_ListBox.cpp | 446 …m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, … in OnNotifySelChanged() 449 m_pFillerNotify->OnAfterKeyStroke(FALSE, GetAttachedData(), bExit,nFlag); in OnNotifySelChanged()
|
D | PWL_Wnd.cpp | 813 void* CPWL_Wnd::GetAttachedData() const in GetAttachedData() function in CPWL_Wnd 1138 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()
|
D | PWL_ComboBox.cpp | 511 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin,fPopupMax,nWhere,fPopupRet); in SetPopup()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 40 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()
|
D | FFL_IFormFiller.cpp | 1150 pData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in OnBeforeKeyStroke()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 368 void* GetAttachedData() const;
|