Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp181 case PNM_SETCARETINFO: in OnNotify()
189 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0); in OnNotify()
495 case PNM_SETCARETINFO: in OnNotify()
503 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0); in OnNotify()
945 case PNM_SETCARETINFO: in OnNotify()
953 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0); in OnNotify()
1404 if (msg == PNM_SETCARETINFO && IsValid()) { in OnNotify()
DPWL_EditCtrl.cpp107 case PNM_SETCARETINFO: { in OnNotify()
581 OnNotify(this, PNM_SETCARETINFO, (intptr_t)&cInfo, (intptr_t)NULL); in IOnSetCaret()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h89 #define PNM_SETCARETINFO 0x00000009L macro