Home
last modified time | relevance | path

Searched refs:pAttached (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h23 virtual void QueryWherePopup(CPWL_Wnd::PrivateData* pAttached,
29 CPWL_Wnd::PrivateData* pAttached,
37 virtual bool OnPopupPreOpen(CPWL_Wnd::PrivateData* pAttached,
39 virtual bool OnPopupPostOpen(CPWL_Wnd::PrivateData* pAttached,
Dcpwl_timer.cpp24 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached, in CPWL_Timer() argument
26 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { in CPWL_Timer()
Dcpwl_timer.h17 CPWL_Timer(CPWL_TimerHandler* pAttached, CFX_SystemHandler* pSystemHandler);
Dcpwl_wnd.h113 virtual CFX_Matrix GetWindowMatrix(PrivateData* pAttached) = 0;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h128 void QueryWherePopup(CPWL_Wnd::PrivateData* pAttached,
134 std::pair<bool, bool> OnBeforeKeyStroke(CPWL_Wnd::PrivateData* pAttached,
142 bool OnPopupPreOpen(CPWL_Wnd::PrivateData* pAttached,
144 bool OnPopupPostOpen(CPWL_Wnd::PrivateData* pAttached,
Dcffl_interactiveformfiller.cpp539 CPWL_Wnd::PrivateData* pAttached, in QueryWherePopup() argument
544 auto* pData = static_cast<CFFL_PrivateData*>(pAttached); in QueryWherePopup()
763 CPWL_Wnd::PrivateData* pAttached, in OnPopupPreOpen() argument
765 auto* pData = static_cast<CFFL_PrivateData*>(pAttached); in OnPopupPreOpen()
774 CPWL_Wnd::PrivateData* pAttached, in OnPopupPostOpen() argument
776 auto* pData = static_cast<CFFL_PrivateData*>(pAttached); in OnPopupPostOpen()
853 CPWL_Wnd::PrivateData* pAttached, in OnBeforeKeyStroke() argument
861 CFFL_PrivateData privateData = *static_cast<CFFL_PrivateData*>(pAttached); in OnBeforeKeyStroke()
Dcffl_formfiller.h89 CFX_Matrix GetWindowMatrix(CPWL_Wnd::PrivateData* pAttached) override;
Dcffl_formfiller.cpp379 CFX_Matrix CFFL_FormFiller::GetWindowMatrix(CPWL_Wnd::PrivateData* pAttached) { in GetWindowMatrix() argument
381 auto* pPrivateData = static_cast<CFFL_PrivateData*>(pAttached); in GetWindowMatrix()