Home | History | Annotate | Download | only in win

Lines Matching refs:HCURSOR

253     wcex.hCursor        = ::LoadCursor(0, IDC_ARROW);
1013 HCURSOR WebView::cursorToShow() const
1019 static HCURSOR arrowCursor = ::LoadCursor(0, IDC_ARROW);
1042 void WebView::setOverrideCursor(HCURSOR overrideCursor)