Home
last modified time | relevance | path

Searched refs:nDelayTime (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
Dtooltipctrl.cpp47 int32_t CFWL_ToolTip::SetInitialDelay(int32_t nDelayTime) { in SetInitialDelay() argument
48 m_tooltipData.m_nInitDelayTime = nDelayTime; in SetInitialDelay()
54 int32_t CFWL_ToolTip::SetAutoPopDelay(int32_t nDelayTime) { in SetAutoPopDelay() argument
55 m_tooltipData.m_nAutoPopDelayTime = nDelayTime; in SetAutoPopDelay()
/external/pdfium/xfa/include/fwl/lightwidget/
Dtooltipctrl.h21 int32_t SetInitialDelay(int32_t nDelayTime);
23 int32_t SetAutoPopDelay(int32_t nDelayTime);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp1049 FX_ERR CFWL_ToolTipContainer::SetToolTipInitialDelay(int32_t nDelayTime) { in SetToolTipInitialDelay() argument
1050 m_ToolTipDp->m_nInitDelayTime = nDelayTime; in SetToolTipInitialDelay()
1053 FX_ERR CFWL_ToolTipContainer::SetToolTipAutoPopDelay(int32_t nDelayTime) { in SetToolTipAutoPopDelay() argument
1054 m_ToolTipDp->m_nAutoPopDelayTime = nDelayTime; in SetToolTipAutoPopDelay()
1063 FWL_ERR FWL_SetToolTipInitialDelay(int32_t nDelayTime) { in FWL_SetToolTipInitialDelay() argument
1065 nDelayTime); in FWL_SetToolTipInitialDelay()
1067 FWL_ERR FWL_SetToolTipAutoPopDelay(int32_t nDelayTime) { in FWL_SetToolTipAutoPopDelay() argument
1069 nDelayTime); in FWL_SetToolTipAutoPopDelay()