HomeSort by relevance Sort by last modified time
    Searched defs:IFWL_ToolTip (Results 1 - 2 of 2) 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/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() {

Completed in 291 milliseconds