Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Caret.h12 struct PWL_CARET_INFO struct
15 PWL_CARET_INFO() : bVisible(FALSE), ptHead(0,0), ptFoot(0,0) in PWL_CARET_INFO() argument
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp218 if (PWL_CARET_INFO * pInfo = (PWL_CARET_INFO*)wParam) in OnNotify()
220 PWL_CARET_INFO newInfo = *pInfo; in OnNotify()
580 if (PWL_CARET_INFO * pInfo = (PWL_CARET_INFO*)wParam) in OnNotify()
582 PWL_CARET_INFO newInfo = *pInfo; in OnNotify()
1111 if (PWL_CARET_INFO * pInfo = (PWL_CARET_INFO*)wParam) in OnNotify()
1113 PWL_CARET_INFO newInfo = *pInfo; in OnNotify()
1657 if (PWL_CARET_INFO * pInfo = (PWL_CARET_INFO*)wParam) in OnNotify()
DPWL_EditCtrl.cpp125 if (PWL_CARET_INFO * pCaretInfo = (PWL_CARET_INFO *)wParam) in OnNotify()
672 PWL_CARET_INFO cInfo; in IOnSetCaret()