Searched refs:pAttached (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.h | 26 const IPWL_SystemHandler::PerWindowData* pAttached, 33 const IPWL_SystemHandler::PerWindowData* pAttached, 42 const IPWL_SystemHandler::PerWindowData* pAttached, 46 const IPWL_SystemHandler::PerWindowData* pAttached,
|
D | cpwl_wnd.h | 100 const IPWL_SystemHandler::PerWindowData* pAttached) = 0;
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.h | 128 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,
|
D | cffl_interactiveformfiller.cpp | 584 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()
|
D | cffl_formfiller.h | 93 const IPWL_SystemHandler::PerWindowData* pAttached) override;
|
D | cffl_formfiller.cpp | 377 const IPWL_SystemHandler::PerWindowData* pAttached) { in GetWindowMatrix() argument 378 const auto* pPrivateData = static_cast<const CFFL_PrivateData*>(pAttached); in GetWindowMatrix()
|