Searched refs:m_webCoreCursor (Results 1 – 2 of 2) sorted by relevance
266 , m_webCoreCursor(0) in WebView()1020 if (m_overrideCursor && m_webCoreCursor == arrowCursor) in cursorToShow()1023 return m_webCoreCursor; in cursorToShow()1038 m_webCoreCursor = cursor.platformCursor()->nativeCursor(); in setCursor()
205 HCURSOR m_webCoreCursor; variable