Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp429 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), 0)) in SetPopup()
443 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
462 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), 0); in SetPopup()
483 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown()
485 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnKeyDown()
500 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown()
502 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnKeyDown()
534 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnChar()
536 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnChar()
Dcpwl_edit.cpp488 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true, in OnKeyDown()
570 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true, in OnChar()
Dcpwl_wnd.cpp481 CPWL_Wnd::PrivateData* CPWL_Wnd::GetAttachedData() const { in GetAttachedData() function in CPWL_Wnd
735 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()
Dcpwl_wnd.h227 PrivateData* GetAttachedData() const;
Dcpwl_list_box.cpp274 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, in OnNotifySelectionChanged()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp40 auto* pData = static_cast<CFFL_PrivateData*>(pWnd->GetAttachedData()); in DestroyWindows()
358 auto* pPrivateData = static_cast<CFFL_PrivateData*>(pWnd->GetAttachedData()); in GetPDFWindow()
372 auto* pData = static_cast<CFFL_PrivateData*>(pWnd->GetAttachedData()); in DestroyPDFWindow()
Dcffl_interactiveformfiller.cpp917 privateData = *static_cast<CFFL_PrivateData*>(pWnd->GetAttachedData()); in OnBeforeKeyStroke()