Searched refs:OnSetCursor (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.h76 MESSAGE_HANDLER_EX(WM_SETCURSOR, OnSetCursor)
135 LRESULT OnSetCursor(UINT message, WPARAM w_param, LPARAM l_param);
H A Dlegacy_render_widget_host_win.cc351 LRESULT LegacyRenderWidgetHostHWND::OnSetCursor(UINT message, function in class:content::LegacyRenderWidgetHostHWND
H A Drender_widget_host_impl.h628 void OnSetCursor(const WebCursor& cursor);
H A Drender_widget_host_impl.cc456 IPC_MESSAGE_HANDLER(ViewHostMsg_SetCursor, OnSetCursor)
1679 void RenderWidgetHostImpl::OnSetCursor(const WebCursor& cursor) { function in class:content::RenderWidgetHostImpl
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h340 CR_MESSAGE_HANDLER_EX(WM_SETCURSOR, OnSetCursor);
451 LRESULT OnSetCursor(UINT message, WPARAM w_param, LPARAM l_param);
H A Dhwnd_message_handler.cc1963 LRESULT HWNDMessageHandler::OnSetCursor(UINT message, function in class:views::HWNDMessageHandler
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h183 void OnSetCursor(int instance_id, const WebCursor& cursor);
H A Dbrowser_plugin.cc106 IPC_MESSAGE_HANDLER(BrowserPluginMsg_SetCursor, OnSetCursor)
236 void BrowserPlugin::OnSetCursor(int browser_plugin_instance_id, function in class:content::BrowserPlugin
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.h78 void OnSetCursor(HCURSOR cursor);
H A Dchrome_app_view_ash.cc156 IPC_MESSAGE_HANDLER(MetroViewerHostMsg_SetCursor, OnSetCursor)
209 void OnSetCursor(int64 cursor) { function in class:__anon17428::ChromeChannelListener
211 base::Bind(&ChromeAppViewAsh::OnSetCursor,
781 void ChromeAppViewAsh::OnSetCursor(HCURSOR cursor) { function in class:ChromeAppViewAsh

Completed in 183 milliseconds