HomeSort by relevance Sort by last modified time
    Searched defs:SetAnchor (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fwl/src/lightwidget/
tooltipctrl.cpp 72 FWL_ERR CFWL_ToolTip::SetAnchor(const CFX_RectF& rtAnchor) {
73 return static_cast<IFWL_ToolTip*>(m_pIface)->SetAnchor(rtAnchor);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_tooltipctrlimp.cpp 24 FWL_ERR IFWL_ToolTip::SetAnchor(const CFX_RectF& rtAnchor) {
25 return static_cast<CFWL_ToolTipImp*>(GetImpl())->SetAnchor(rtAnchor);
198 FWL_ERR CFWL_ToolTipImp::SetAnchor(const CFX_RectF& rtAnchor) {

Completed in 52 milliseconds