Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp188 pParent->OnNotify(this,PNM_LBUTTONDOWN,0,PWL_MAKEDWORD(point.x,point.y)); in OnLButtonDown()
608 case PNM_LBUTTONDOWN: in OnNotify()
DPWL_ScrollBar.cpp573 pParent->OnNotify(this,PNM_LBUTTONDOWN,0,(FX_INTPTR)&point); in OnLButtonDown()
849 case PNM_LBUTTONDOWN: in OnNotify()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h98 #define PNM_LBUTTONDOWN 0x00000005L macro