Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h87 #define PNM_MOUSEMOVE 0x00000007L macro
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ScrollBar.cpp562 pParent->OnNotify(this, PNM_MOUSEMOVE, 0, (intptr_t)&point); in OnMouseMove()
791 case PNM_MOUSEMOVE: in OnNotify()