Home
last modified time | relevance | path

Searched refs:pCurTarget (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp927 : pCurTarget(NULL), m_pToolTipImp(NULL) { in CFWL_ToolTipContainer()
975 pCurTarget = p; in HasToolTip()
997 if (pCurTarget->IsShowed()) { in ProcessEnter()
999 pCurTarget->GetCaption(wsCaption); in ProcessEnter()
1007 pCurTarget->GetToolTipSize(sz); in ProcessEnter()
1019 if (pCurTarget->GetToolTipPos(pt) == FWL_ERR_Succeeded) { in ProcessEnter()
1025 pCurTarget->GetWidget()->GetClientRect(rtAnchor); in ProcessEnter()
1026 pCurTarget->GetWidget()->TransformTo(NULL, rtAnchor.left, rtAnchor.top); in ProcessEnter()
1041 pCurTarget = NULL; in ProcessLeave()
1047 return pCurTarget; in GetCurrentToolTipTarget()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h150 IFWL_ToolTipTarget* pCurTarget; variable