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.cpp217 case PNM_SETCARETINFO: in OnNotify()
227 pParent->OnNotify(this, PNM_SETCARETINFO, (FX_INTPTR)&newInfo, 0); in OnNotify()
579 case PNM_SETCARETINFO: in OnNotify()
589 pParent->OnNotify(this, PNM_SETCARETINFO, (FX_INTPTR)&newInfo, 0); in OnNotify()
1111 case PNM_SETCARETINFO: in OnNotify()
1121 pParent->OnNotify(this, PNM_SETCARETINFO, (FX_INTPTR)&newInfo, 0); in OnNotify()
1657 if (msg == PNM_SETCARETINFO && IsValid()) in OnNotify()
DPWL_EditCtrl.cpp123 case PNM_SETCARETINFO: in OnNotify()
677 this->OnNotify(this,PNM_SETCARETINFO,(FX_INTPTR)&cInfo,(FX_INTPTR)NULL); in IOnSetCaret()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h98 #define PNM_SETCARETINFO 0x00000009L macro