Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_EditCtrl.cpp125 if (PWL_CARET_INFO * pCaretInfo = (PWL_CARET_INFO *)wParam) in OnNotify() local
127 this->SetCaret(pCaretInfo->bVisible, in OnNotify()
128 pCaretInfo->ptHead, in OnNotify()
129 pCaretInfo->ptFoot); in OnNotify()