Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtooltipctrl.cpp72 FWL_ERR CFWL_ToolTip::SetAnchor(const CFX_RectF& rtAnchor) { in SetAnchor() function in CFWL_ToolTip
73 return static_cast<IFWL_ToolTip*>(m_pIface)->SetAnchor(rtAnchor); in SetAnchor()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_tooltipctrlimp.cpp24 FWL_ERR IFWL_ToolTip::SetAnchor(const CFX_RectF& rtAnchor) { in SetAnchor() function in IFWL_ToolTip
25 return static_cast<CFWL_ToolTipImp*>(GetImpl())->SetAnchor(rtAnchor); in SetAnchor()
198 FWL_ERR CFWL_ToolTipImp::SetAnchor(const CFX_RectF& rtAnchor) { in SetAnchor() function in CFWL_ToolTipImp
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_tooltipctrl.h37 FWL_ERR SetAnchor(const CFX_RectF& rtAnchor);
/external/pdfium/xfa/include/fwl/lightwidget/
Dtooltipctrl.h28 FWL_ERR SetAnchor(const CFX_RectF& rtAnchor);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_tooltipctrlimp.h31 FWL_ERR SetAnchor(const CFX_RectF& rtAnchor);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp1027 m_pToolTipImp->SetAnchor(rtAnchor); in ProcessEnter()