Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.cpp45 if (CFX_SystemHandler* pSH = GetSystemHandler()) { in SetCursor() local
47 pSH->SetCursor(FXCT_VBEAM); in SetCursor()
49 pSH->SetCursor(FXCT_HBEAM); in SetCursor()
Dcpwl_wnd.cpp297 if (CFX_SystemHandler* pSH = GetSystemHandler()) { in InvalidateRect() local
300 pSH->InvalidateRect(widget, rcWin); in InvalidateRect()
624 if (CFX_SystemHandler* pSH = GetSystemHandler()) { in SetCursor() local
626 pSH->SetCursor(nCursorType); in SetCursor()
Dcpwl_edit.cpp325 CFX_SystemHandler* pSH = GetSystemHandler(); in OnRButtonUp() local
326 if (!pSH) in OnRButtonUp()