WebCursor 1704 content/browser/browser_plugin/browser_plugin_guest.cc void BrowserPluginGuest::OnSetCursor(const WebCursor& cursor) { WebCursor 81 content/browser/browser_plugin/browser_plugin_guest.h class WebCursor; WebCursor 518 content/browser/browser_plugin/browser_plugin_guest.h void OnSetCursor(const WebCursor& cursor); WebCursor 151 content/browser/frame_host/render_widget_host_view_child_frame.cc void RenderWidgetHostViewChildFrame::UpdateCursor(const WebCursor& cursor) { WebCursor 67 content/browser/frame_host/render_widget_host_view_child_frame.h virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE; WebCursor 285 content/browser/frame_host/render_widget_host_view_guest.cc void RenderWidgetHostViewGuest::UpdateCursor(const WebCursor& cursor) { WebCursor 74 content/browser/frame_host/render_widget_host_view_guest.h virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE; WebCursor 1814 content/browser/renderer_host/render_widget_host_impl.cc void RenderWidgetHostImpl::OnSetCursor(const WebCursor& cursor) { WebCursor 87 content/browser/renderer_host/render_widget_host_impl.h class WebCursor; WebCursor 670 content/browser/renderer_host/render_widget_host_impl.h void OnSetCursor(const WebCursor& cursor); WebCursor 406 content/browser/renderer_host/render_widget_host_view_android.cc void RenderWidgetHostViewAndroid::UpdateCursor(const WebCursor& cursor) { WebCursor 99 content/browser/renderer_host/render_widget_host_view_android.h virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE; WebCursor 931 content/browser/renderer_host/render_widget_host_view_aura.cc void RenderWidgetHostViewAura::UpdateCursor(const WebCursor& cursor) { WebCursor 173 content/browser/renderer_host/render_widget_host_view_aura.h virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE; WebCursor 612 content/browser/renderer_host/render_widget_host_view_aura.h WebCursor current_cursor_; WebCursor 819 content/browser/renderer_host/render_widget_host_view_gtk.cc void RenderWidgetHostViewGtk::UpdateCursor(const WebCursor& cursor) { WebCursor 81 content/browser/renderer_host/render_widget_host_view_gtk.h virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE; WebCursor 243 content/browser/renderer_host/render_widget_host_view_gtk.h WebCursor current_cursor_; WebCursor 270 content/browser/renderer_host/render_widget_host_view_mac.h virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE; WebCursor 77 content/child/npapi/webplugin_delegate.h WebCursor::CursorInfo* cursor) = 0; WebCursor 262 content/child/npapi/webplugin_delegate_impl.cc WebCursor::CursorInfo* cursor_info) { WebCursor 97 content/child/npapi/webplugin_delegate_impl.h WebCursor::CursorInfo* cursor_info) OVERRIDE; WebCursor 287 content/child/npapi/webplugin_delegate_impl.h WebCursor::CursorInfo* cursor_info); WebCursor 484 content/child/npapi/webplugin_delegate_impl.h WebCursor current_windowless_cursor_; WebCursor 75 content/child/npapi/webplugin_delegate_impl_android.cc const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) { WebCursor 62 content/child/npapi/webplugin_delegate_impl_aura.cc const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) { WebCursor 716 content/child/npapi/webplugin_delegate_impl_gtk.cc const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) { WebCursor 1242 content/child/npapi/webplugin_delegate_impl_win.cc const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) { WebCursor 136 content/child/plugin_messages.h content::WebCursor /* cursor type*/) WebCursor 329 content/common/browser_plugin/browser_plugin_messages.h content::WebCursor /* cursor */) WebCursor 40 content/common/content_param_traits.h struct ParamTraits<content::WebCursor> { WebCursor 41 content/common/content_param_traits.h typedef content::WebCursor param_type; WebCursor 17 content/common/cursors/webcursor.cc WebCursor::WebCursor() WebCursor 26 content/common/cursors/webcursor.cc WebCursor::WebCursor(const CursorInfo& cursor_info) WebCursor 35 content/common/cursors/webcursor.cc WebCursor::~WebCursor() { WebCursor 39 content/common/cursors/webcursor.cc WebCursor::WebCursor(const WebCursor& other) { WebCursor 44 content/common/cursors/webcursor.cc const WebCursor& WebCursor::operator=(const WebCursor& other) { WebCursor 53 content/common/cursors/webcursor.cc void WebCursor::InitFromCursorInfo(const CursorInfo& cursor_info) { WebCursor 72 content/common/cursors/webcursor.cc void WebCursor::GetCursorInfo(CursorInfo* cursor_info) const { WebCursor 83 content/common/cursors/webcursor.cc bool WebCursor::Deserialize(PickleIterator* iter) { WebCursor 135 content/common/cursors/webcursor.cc bool WebCursor::Serialize(Pickle* pickle) const { WebCursor 153 content/common/cursors/webcursor.cc bool WebCursor::IsCustom() const { WebCursor 157 content/common/cursors/webcursor.cc bool WebCursor::IsEqual(const WebCursor& other) const { WebCursor 198 content/common/cursors/webcursor.cc void WebCursor::InitFromExternalCursor(HCURSOR cursor) { WebCursor 209 content/common/cursors/webcursor.cc void WebCursor::Clear() { WebCursor 220 content/common/cursors/webcursor.cc void WebCursor::Copy(const WebCursor& other) { WebCursor 229 content/common/cursors/webcursor.cc void WebCursor::SetCustomData(const SkBitmap& bitmap) { WebCursor 242 content/common/cursors/webcursor.cc void WebCursor::ImageFromCustomData(SkBitmap* image) const { WebCursor 254 content/common/cursors/webcursor.cc void WebCursor::ClampHotspot() { WebCursor 45 content/common/cursors/webcursor.h class CONTENT_EXPORT WebCursor { WebCursor 73 content/common/cursors/webcursor.h WebCursor(); WebCursor 74 content/common/cursors/webcursor.h explicit WebCursor(const CursorInfo& cursor_info); WebCursor 75 content/common/cursors/webcursor.h ~WebCursor(); WebCursor 78 content/common/cursors/webcursor.h WebCursor(const WebCursor& other); WebCursor 79 content/common/cursors/webcursor.h const WebCursor& operator=(const WebCursor& other); WebCursor 96 content/common/cursors/webcursor.h bool IsEqual(const WebCursor& other) const; WebCursor 137 content/common/cursors/webcursor.h void Copy(const WebCursor& other); WebCursor 151 content/common/cursors/webcursor.h bool IsPlatformDataEqual(const WebCursor& other) const ; WebCursor 154 content/common/cursors/webcursor.h void CopyPlatformData(const WebCursor& other); WebCursor 12 content/common/cursors/webcursor_android.cc void WebCursor::InitPlatformData() { WebCursor 15 content/common/cursors/webcursor_android.cc bool WebCursor::SerializePlatformData(Pickle* pickle) const { WebCursor 19 content/common/cursors/webcursor_android.cc bool WebCursor::DeserializePlatformData(PickleIterator* iter) { WebCursor 23 content/common/cursors/webcursor_android.cc bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { WebCursor 27 content/common/cursors/webcursor_android.cc void WebCursor::CleanupPlatformData() { WebCursor 30 content/common/cursors/webcursor_android.cc void WebCursor::CopyPlatformData(const WebCursor& other) { WebCursor 15 content/common/cursors/webcursor_aura.cc gfx::NativeCursor WebCursor::GetNativeCursor() { WebCursor 14 content/common/cursors/webcursor_aurawin.cc const ui::PlatformCursor WebCursor::GetPlatformCursor() { WebCursor 30 content/common/cursors/webcursor_aurawin.cc void WebCursor::SetDisplayInfo(const gfx::Display& display) { WebCursor 34 content/common/cursors/webcursor_aurawin.cc void WebCursor::InitPlatformData() { WebCursor 38 content/common/cursors/webcursor_aurawin.cc bool WebCursor::SerializePlatformData(Pickle* pickle) const { WebCursor 42 content/common/cursors/webcursor_aurawin.cc bool WebCursor::DeserializePlatformData(PickleIterator* iter) { WebCursor 46 content/common/cursors/webcursor_aurawin.cc bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { WebCursor 50 content/common/cursors/webcursor_aurawin.cc void WebCursor::CleanupPlatformData() { WebCursor 57 content/common/cursors/webcursor_aurawin.cc void WebCursor::CopyPlatformData(const WebCursor& other) { WebCursor 20 content/common/cursors/webcursor_aurax11.cc const ui::PlatformCursor WebCursor::GetPlatformCursor() { WebCursor 41 content/common/cursors/webcursor_aurax11.cc void WebCursor::SetDisplayInfo(const gfx::Display& display) { WebCursor 55 content/common/cursors/webcursor_aurax11.cc void WebCursor::InitPlatformData() { WebCursor 61 content/common/cursors/webcursor_aurax11.cc bool WebCursor::SerializePlatformData(Pickle* pickle) const { WebCursor 65 content/common/cursors/webcursor_aurax11.cc bool WebCursor::DeserializePlatformData(PickleIterator* iter) { WebCursor 69 content/common/cursors/webcursor_aurax11.cc bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { WebCursor 73 content/common/cursors/webcursor_aurax11.cc void WebCursor::CleanupPlatformData() { WebCursor 80 content/common/cursors/webcursor_aurax11.cc void WebCursor::CopyPlatformData(const WebCursor& other) { WebCursor 51 content/common/cursors/webcursor_gtk.cc int WebCursor::GetCursorType() const { WebCursor 145 content/common/cursors/webcursor_gtk.cc gfx::NativeCursor WebCursor::GetNativeCursor() { WebCursor 152 content/common/cursors/webcursor_gtk.cc GdkCursor* WebCursor::GetCustomCursor() { WebCursor 195 content/common/cursors/webcursor_gtk.cc void WebCursor::InitPlatformData() { WebCursor 200 content/common/cursors/webcursor_gtk.cc bool WebCursor::SerializePlatformData(Pickle* pickle) const { WebCursor 204 content/common/cursors/webcursor_gtk.cc bool WebCursor::DeserializePlatformData(PickleIterator* iter) { WebCursor 208 content/common/cursors/webcursor_gtk.cc bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { WebCursor 212 content/common/cursors/webcursor_gtk.cc void WebCursor::CleanupPlatformData() { WebCursor 220 content/common/cursors/webcursor_gtk.cc void WebCursor::CopyPlatformData(const WebCursor& other) { WebCursor 14 content/common/cursors/webcursor_ozone.cc const ui::PlatformCursor WebCursor::GetPlatformCursor() { WebCursor 28 content/common/cursors/webcursor_ozone.cc void WebCursor::SetDisplayInfo(const gfx::Display& display) { WebCursor 42 content/common/cursors/webcursor_ozone.cc void WebCursor::InitPlatformData() { WebCursor 48 content/common/cursors/webcursor_ozone.cc bool WebCursor::SerializePlatformData(Pickle* pickle) const { WebCursor 52 content/common/cursors/webcursor_ozone.cc bool WebCursor::DeserializePlatformData(PickleIterator* iter) { WebCursor 56 content/common/cursors/webcursor_ozone.cc bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { WebCursor 60 content/common/cursors/webcursor_ozone.cc void WebCursor::CleanupPlatformData() { WebCursor 67 content/common/cursors/webcursor_ozone.cc void WebCursor::CopyPlatformData(const WebCursor& other) { WebCursor 15 content/common/cursors/webcursor_unittest.cc WebCursor custom_cursor; WebCursor 44 content/common/cursors/webcursor_unittest.cc WebCursor custom_cursor; WebCursor 140 content/common/cursors/webcursor_unittest.cc WebCursor custom_cursor; WebCursor 163 content/common/cursors/webcursor_unittest.cc WebCursor::CursorInfo info; WebCursor 176 content/common/cursors/webcursor_unittest.cc WebCursor custom_cursor; WebCursor 206 content/common/cursors/webcursor_unittest.cc WebCursor custom_cursor; WebCursor 114 content/common/cursors/webcursor_win.cc HCURSOR WebCursor::GetCursor(HINSTANCE module_handle){ WebCursor 142 content/common/cursors/webcursor_win.cc gfx::NativeCursor WebCursor::GetNativeCursor() { WebCursor 146 content/common/cursors/webcursor_win.cc void WebCursor::InitPlatformData() { WebCursor 150 content/common/cursors/webcursor_win.cc bool WebCursor::SerializePlatformData(Pickle* pickle) const { WebCursor 157 content/common/cursors/webcursor_win.cc bool WebCursor::DeserializePlatformData(PickleIterator* iter) { WebCursor 161 content/common/cursors/webcursor_win.cc bool WebCursor::IsPlatformDataEqual(const WebCursor& other) const { WebCursor 168 content/common/cursors/webcursor_win.cc void WebCursor::CopyPlatformData(const WebCursor& other) { WebCursor 176 content/common/cursors/webcursor_win.cc void WebCursor::CleanupPlatformData() { WebCursor 1257 content/common/view_messages.h IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor, content::WebCursor) WebCursor 278 content/plugin/webplugin_delegate_stub.cc WebCursor* cursor) { WebCursor 279 content/plugin/webplugin_delegate_stub.cc WebCursor::CursorInfo cursor_info; WebCursor 31 content/plugin/webplugin_delegate_stub.h class WebCursor; WebCursor 73 content/plugin/webplugin_delegate_stub.h bool* handled, WebCursor* cursor); WebCursor 47 content/port/browser/render_widget_host_view_port.h class WebCursor; WebCursor 96 content/port/browser/render_widget_host_view_port.h virtual void UpdateCursor(const WebCursor& cursor) = 0; WebCursor 505 content/renderer/browser_plugin/browser_plugin.cc const WebCursor& cursor) { WebCursor 300 content/renderer/browser_plugin/browser_plugin.h void OnSetCursor(int instance_id, const WebCursor& cursor); WebCursor 343 content/renderer/browser_plugin/browser_plugin.h WebCursor cursor_; WebCursor 15 content/renderer/cursor_utils.cc bool GetWebKitCursorInfo(const WebCursor& cursor, WebCursor 17 content/renderer/cursor_utils.cc WebCursor::CursorInfo cursor_info; WebCursor 31 content/renderer/cursor_utils.cc WebCursor* cursor, WebCursor 33 content/renderer/cursor_utils.cc WebCursor::CursorInfo web_cursor_info; WebCursor 8 content/renderer/cursor_utils.h class WebCursor; WebCursor 17 content/renderer/cursor_utils.h bool GetWebKitCursorInfo(const WebCursor& cursor, WebCursor 22 content/renderer/cursor_utils.h WebCursor* cursor, WebCursor 777 content/renderer/npapi/webplugin_delegate_proxy.cc WebCursor::CursorInfo* cursor_info) { WebCursor 779 content/renderer/npapi/webplugin_delegate_proxy.cc WebCursor cursor; WebCursor 74 content/renderer/npapi/webplugin_delegate_proxy.h WebCursor::CursorInfo* cursor) OVERRIDE; WebCursor 412 content/renderer/npapi/webplugin_impl.cc WebCursor::CursorInfo web_cursor_info; WebCursor 2033 content/renderer/render_widget.cc WebCursor cursor; WebCursor 564 content/renderer/render_widget.h WebCursor current_cursor_; WebCursor 103 content/test/test_render_view_host.h virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE {}