Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h26 const IPWL_SystemHandler::PerWindowData* pAttached,
33 const IPWL_SystemHandler::PerWindowData* pAttached,
42 const IPWL_SystemHandler::PerWindowData* pAttached,
46 const IPWL_SystemHandler::PerWindowData* pAttached,
Dcpwl_wnd.h100 const IPWL_SystemHandler::PerWindowData* pAttached) = 0;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h128 void QueryWherePopup(const IPWL_SystemHandler::PerWindowData* pAttached,
135 const IPWL_SystemHandler::PerWindowData* pAttached,
142 bool OnPopupPreOpen(const IPWL_SystemHandler::PerWindowData* pAttached,
144 bool OnPopupPostOpen(const IPWL_SystemHandler::PerWindowData* pAttached,
Dcffl_interactiveformfiller.cpp584 const IPWL_SystemHandler::PerWindowData* pAttached, in QueryWherePopup() argument
589 auto* pData = static_cast<const CFFL_PrivateData*>(pAttached); in QueryWherePopup()
877 const IPWL_SystemHandler::PerWindowData* pAttached, in OnBeforeKeyStroke() argument
886 *static_cast<const CFFL_PrivateData*>(pAttached); in OnBeforeKeyStroke()
961 const IPWL_SystemHandler::PerWindowData* pAttached, in OnPopupPreOpen() argument
964 auto* pData = static_cast<const CFFL_PrivateData*>(pAttached); in OnPopupPreOpen()
975 const IPWL_SystemHandler::PerWindowData* pAttached, in OnPopupPostOpen() argument
978 auto* pData = static_cast<const CFFL_PrivateData*>(pAttached); in OnPopupPostOpen()
Dcffl_formfiller.h93 const IPWL_SystemHandler::PerWindowData* pAttached) override;
Dcffl_formfiller.cpp377 const IPWL_SystemHandler::PerWindowData* pAttached) { in GetWindowMatrix() argument
378 const auto* pPrivateData = static_cast<const CFFL_PrivateData*>(pAttached); in GetWindowMatrix()