Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp265 , 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()
DWebView.h204 HCURSOR m_lastCursorSet; variable