HomeSort by relevance Sort by last modified time
    Searched refs:IFWL_ToolTip (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/include/fwl/basewidget/
fwl_tooltipctrl.h 12 class IFWL_ToolTip;
32 class IFWL_ToolTip : public IFWL_Form {
34 static IFWL_ToolTip* Create(const CFWL_WidgetImpProperties& properties,
42 IFWL_ToolTip();
  /external/pdfium/xfa/src/fwl/src/lightwidget/
tooltipctrl.cpp 26 std::unique_ptr<IFWL_ToolTip> pToolTip(IFWL_ToolTip::Create(
73 return static_cast<IFWL_ToolTip*>(m_pIface)->SetAnchor(rtAnchor);
76 return static_cast<IFWL_ToolTip*>(m_pIface)->Show();
79 return static_cast<IFWL_ToolTip*>(m_pIface)->Hide();
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_tooltipctrlimp.cpp 16 IFWL_ToolTip* IFWL_ToolTip::Create(const CFWL_WidgetImpProperties& properties,
18 IFWL_ToolTip* pToolTip = new IFWL_ToolTip;
24 FWL_ERR IFWL_ToolTip::SetAnchor(const CFX_RectF& rtAnchor) {
27 FWL_ERR IFWL_ToolTip::Show() {
30 FWL_ERR IFWL_ToolTip::Hide() {
33 IFWL_ToolTip::IFWL_ToolTip() {
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 934 IFWL_ToolTip* pToolTip =
935 static_cast<IFWL_ToolTip*>(m_pToolTipImp->GetInterface());
991 IFWL_ToolTip* pToolTip = IFWL_ToolTip::Create(prop, nullptr);
    [all...]

Completed in 947 milliseconds