Home
last modified time | relevance | path

Searched refs:cursorToShow (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.h141 HCURSOR cursorToShow() const;
DWebView.cpp1013 HCURSOR WebView::cursorToShow() const in cursorToShow() function in WebKit::WebView
1028 m_lastCursorSet = cursorToShow(); in updateNativeCursor()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-169385 (WebKit::WebView::cursorToShow): Just return 0 when the page has
9485 (WebKit::WebView::cursorToShow): Always show the arrow cursor when the
9498 (WebKit::WebView::cursorToShow): Moved code to choose a cursor here...
9501 * UIProcess/win/WebView.h: Added cursorToShow.