Searched refs:GetAttachedData (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ComboBox.cpp | 471 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()
|
D | PWL_Edit.cpp | 165 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swClipboard, in PasteText() 878 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange, in OnKeyDown() 958 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, in OnChar()
|
D | PWL_Wnd.cpp | 619 void* CPWL_Wnd::GetAttachedData() const { in GetAttachedData() function in CPWL_Wnd 882 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()
|
D | PWL_ListBox.cpp | 378 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, strChangeEx, in OnNotifySelChanged()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 29 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()
|
D | FFL_IFormFiller.cpp | 996 pData = (CFFL_PrivateData*)pWnd->GetAttachedData(); in OnBeforeKeyStroke()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 356 void* GetAttachedData() const;
|