Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Caret.h12 struct PWL_CARET_INFO { struct
14 PWL_CARET_INFO();
DPWL_Caret.cpp17 PWL_CARET_INFO::PWL_CARET_INFO() : bVisible(false) {} in PWL_CARET_INFO() function in PWL_CARET_INFO
DPWL_EditCtrl.cpp95 if (PWL_CARET_INFO* pCaretInfo = (PWL_CARET_INFO*)wParam) { in OnNotify()
535 PWL_CARET_INFO cInfo; in IOnSetCaret()