Searched refs:m_CaptureWidget (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp626 m_CaptureWidget = NULL;
895 if(m_CaptureWidget && m_CaptureWidget != pFXAnnot)
899 pAnnotHandlerMgr->Annot_OnMouseExit(this, m_CaptureWidget, nFlag);
901 m_CaptureWidget = (CPDFSDK_Widget*)pFXAnnot;
919 if(m_CaptureWidget)
921 pAnnotHandlerMgr->Annot_OnMouseExit(this, m_CaptureWidget, nFlag);
922 m_CaptureWidget = NULL;
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h472 CPDFSDK_Widget* m_CaptureWidget; member in class:FX_FINAL

Completed in 164 milliseconds