Searched refs:m_lastCursorSet (Results 1 – 2 of 2) sorted by relevance
265 , m_lastCursorSet(0) in WebView()778 if (!m_lastCursorSet) { in onSetCursor()783 ::SetCursor(m_lastCursorSet); in onSetCursor()1028 m_lastCursorSet = cursorToShow(); in updateNativeCursor()1029 if (!m_lastCursorSet) in updateNativeCursor()1031 ::SetCursor(m_lastCursorSet); in updateNativeCursor()
204 HCURSOR m_lastCursorSet; variable