Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_EditCtrl.cpp95 if (PWL_CARET_INFO* pCaretInfo = (PWL_CARET_INFO*)wParam) { in OnNotify() local
96 SetCaret(pCaretInfo->bVisible, pCaretInfo->ptHead, pCaretInfo->ptFoot); in OnNotify()