Searched refs:UpdateCursor (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.h35 void UpdateCursor(gfx::NativeCursor cursor);
H A Dx11_whole_screen_move_loop.cc105 void X11WholeScreenMoveLoop::UpdateCursor(gfx::NativeCursor cursor) { function in class:views::X11WholeScreenMoveLoop
H A Ddesktop_drag_drop_client_aurax11.cc472 move_loop_.UpdateCursor(copy_grab_cursor_);
475 move_loop_.UpdateCursor(move_grab_cursor_);
478 move_loop_.UpdateCursor(grab_cursor_);
/external/chromium_org/ui/views/corewm/
H A Dcompound_event_filter.h63 void UpdateCursor(aura::Window* target, ui::MouseEvent* event);
H A Dcompound_event_filter.cc118 void CompoundEventFilter::UpdateCursor(aura::Window* target, function in class:views::corewm::CompoundEventFilter
236 UpdateCursor(window, event);
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h74 virtual void UpdateCursor(const WebCursor& cursor);
H A Drender_widget_host_view_mac.h203 virtual void UpdateCursor(const WebCursor& cursor);
H A Drender_widget_host_view_views.h60 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_win.h145 virtual void UpdateCursor(const WebCursor& cursor);
H A Drender_widget_host_view_gtk.cc708 void RenderWidgetHostViewGtk::UpdateCursor(const WebCursor& cursor) { function in class:RenderWidgetHostViewGtk
H A Drender_widget_host_view_views.cc266 void RenderWidgetHostViewViews::UpdateCursor(const WebCursor& cursor) { function in class:RenderWidgetHostViewViews
/external/chromium_org/ui/views/widget/
H A Droot_view.cc383 UpdateCursor(event);
475 UpdateCursor(event);
493 // Synthesize a release event for UpdateCursor.
499 UpdateCursor(release_event);
664 void RootView::UpdateCursor(const ui::MouseEvent& event) { function in class:views::internal::RootView
H A Droot_view.h139 void UpdateCursor(const ui::MouseEvent& event);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_guest.cc282 void RenderWidgetHostViewGuest::UpdateCursor(const WebCursor& cursor) { function in class:content::RenderWidgetHostViewGuest
283 platform_view_->UpdateCursor(cursor);
H A Drender_widget_host_view_gtk.h83 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_guest.h85 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_android.h98 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Dtest_render_view_host.h100 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE {}
H A Drender_widget_host_view_mac.h248 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_aura.h175 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_win.h182 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_android.cc398 void RenderWidgetHostViewAndroid::UpdateCursor(const WebCursor& cursor) { function in class:content::RenderWidgetHostViewAndroid
/external/chromium_org/content/port/browser/
H A Drender_widget_host_view_port.h93 virtual void UpdateCursor(const WebCursor& cursor) = 0;
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views.cc689 base::Bind(&NativeTextfieldViews::UpdateCursor,
1129 void NativeTextfieldViews::UpdateCursor() { function in class:views::NativeTextfieldViews
1134 base::Bind(&NativeTextfieldViews::UpdateCursor,
H A Dnative_textfield_views.h221 void UpdateCursor();

Completed in 249 milliseconds

12