Searched refs:GetAttachedData (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box.cpp | 429 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()
|
D | cpwl_edit.cpp | 488 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true, in OnKeyDown() 570 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true, in OnChar()
|
D | cpwl_wnd.cpp | 481 CPWL_Wnd::PrivateData* CPWL_Wnd::GetAttachedData() const { in GetAttachedData() function in CPWL_Wnd 735 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()
|
D | cpwl_wnd.h | 227 PrivateData* GetAttachedData() const;
|
D | cpwl_list_box.cpp | 274 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, in OnNotifySelectionChanged()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 40 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()
|
D | cffl_interactiveformfiller.cpp | 917 privateData = *static_cast<CFFL_PrivateData*>(pWnd->GetAttachedData()); in OnBeforeKeyStroke()
|