Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp451 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), 0)) in SetPopup()
464 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
482 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), 0); in SetPopup()
498 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown()
500 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnKeyDown()
513 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown()
515 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnKeyDown()
545 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnChar()
547 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnChar()
Dcpwl_edit.cpp434 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true, in OnKeyDown()
516 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true, in OnChar()
Dcpwl_wnd.h223 const IPWL_SystemHandler::PerWindowData* GetAttachedData() const { in GetAttachedData() function
Dcpwl_list_box.cpp264 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, in OnNotifySelectionChanged()
Dcpwl_wnd.cpp696 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp358 static_cast<const CFFL_PrivateData*>(pWnd->GetAttachedData()); in GetPWLWindow()
Dcffl_interactiveformfiller.cpp944 *static_cast<const CFFL_PrivateData*>(pWnd->GetAttachedData()); in OnBeforeKeyStroke()