Searched refs:pAttached (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.h | 23 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,
|
D | cpwl_timer.cpp | 24 CPWL_Timer::CPWL_Timer(CPWL_TimerHandler* pAttached, in CPWL_Timer() argument 26 : m_nTimerID(0), m_pAttached(pAttached), m_pSystemHandler(pSystemHandler) { in CPWL_Timer()
|
D | cpwl_timer.h | 17 CPWL_Timer(CPWL_TimerHandler* pAttached, CFX_SystemHandler* pSystemHandler);
|
D | cpwl_wnd.h | 113 virtual CFX_Matrix GetWindowMatrix(PrivateData* pAttached) = 0;
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.h | 128 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,
|
D | cffl_interactiveformfiller.cpp | 539 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()
|
D | cffl_formfiller.h | 89 CFX_Matrix GetWindowMatrix(CPWL_Wnd::PrivateData* pAttached) override;
|
D | cffl_formfiller.cpp | 379 CFX_Matrix CFFL_FormFiller::GetWindowMatrix(CPWL_Wnd::PrivateData* pAttached) { in GetWindowMatrix() argument 381 auto* pPrivateData = static_cast<CFFL_PrivateData*>(pAttached); in GetWindowMatrix()
|