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

/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp265 , m_lastCursorSet(0)
778 if (!m_lastCursorSet) {
783 ::SetCursor(m_lastCursorSet);
1028 m_lastCursorSet = cursorToShow();
1029 if (!m_lastCursorSet)
1031 ::SetCursor(m_lastCursorSet);
H A DWebView.h204 HCURSOR m_lastCursorSet; member in class:WebKit::WebView

Completed in 80 milliseconds