Home
last modified time | relevance | path

Searched refs:pSystemHandler (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h117 UnownedPtr<IPWL_SystemHandler> pSystemHandler; // required variable
277 return m_CreationParams.pSystemHandler.Get(); in GetSystemHandler()
Dcpwl_edit_impl.cpp461 IPWL_SystemHandler* pSystemHandler, in DrawEdit() argument
501 if (pSystemHandler->IsSelectionImplemented()) { in DrawEdit()
511 if (pSystemHandler->IsSelectionImplemented()) { in DrawEdit()
516 pSystemHandler->OutputSelectedRect(pFFLData, rc); in DrawEdit()
Dcpwl_edit_impl.h264 IPWL_SystemHandler* pSystemHandler,
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp331 cp.pSystemHandler = m_pFormFillEnv->GetSysHandler(); in GetCreateParam()