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

12

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_move_loop.h26 virtual void UpdateCursor(gfx::NativeCursor cursor) = 0;
H A Dx11_whole_screen_move_loop.h48 virtual void UpdateCursor(gfx::NativeCursor cursor) OVERRIDE;
H A Dx11_whole_screen_move_loop.cc193 void X11WholeScreenMoveLoop::UpdateCursor(gfx::NativeCursor cursor) { function in class:views::X11WholeScreenMoveLoop
228 UpdateCursor(initial_cursor_);
H A Ddesktop_drag_drop_client_aurax11_unittest.cc91 virtual void UpdateCursor(gfx::NativeCursor cursor) OVERRIDE;
230 void TestMoveLoop::UpdateCursor(gfx::NativeCursor cursor) { function in class:views::__anon17134::TestMoveLoop
H A Ddesktop_drag_drop_client_aurax11.cc513 move_loop_->UpdateCursor(copy_grab_cursor_);
516 move_loop_->UpdateCursor(move_grab_cursor_);
519 move_loop_->UpdateCursor(grab_cursor_);
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_emulator.h54 void UpdateCursor();
H A Dtouch_emulator.cc99 UpdateCursor();
107 UpdateCursor();
334 void TouchEmulator::UpdateCursor() { function in class:content::TouchEmulator
345 UpdateCursor();
/external/chromium_org/ui/wm/core/
H A Dcompound_event_filter.h58 void UpdateCursor(aura::Window* target, ui::MouseEvent* event);
H A Dcompound_event_filter.cc102 void CompoundEventFilter::UpdateCursor(aura::Window* target, function in class:wm::CompoundEventFilter
224 UpdateCursor(window, event);
/external/chromium_org/pdf/
H A Dpreview_mode_client.cc44 void PreviewModeClient::UpdateCursor(PP_CursorType_Dev cursor) { function in class:chrome_pdf::PreviewModeClient
H A Dpreview_mode_client.h34 virtual void UpdateCursor(PP_CursorType_Dev cursor);
H A Dpdf_engine.h84 virtual void UpdateCursor(PP_CursorType_Dev cursor) = 0;
H A Dout_of_process_instance.h101 virtual void UpdateCursor(PP_CursorType_Dev cursor);
H A Dinstance.cc410 UpdateCursor(CalculateAutoscroll(pos));
533 UpdateCursor(PP_CURSORTYPE_POINTER);
542 UpdateCursor(PP_CURSORTYPE_POINTER);
548 UpdateCursor(PP_CURSORTYPE_POINTER);
553 UpdateCursor(PP_CURSORTYPE_POINTER);
1244 void Instance::UpdateCursor(PP_CursorType_Dev cursor) {
1341 UpdateCursor(cursor_type);
H A Dinstance.h139 virtual void UpdateCursor(PP_CursorType_Dev cursor);
/external/chromium_org/ui/views/widget/
H A Droot_view.cc350 UpdateCursor(event);
446 UpdateCursor(event);
466 // Synthesize a release event for UpdateCursor.
473 UpdateCursor(release_event);
654 void RootView::UpdateCursor(const ui::MouseEvent& event) { function in class:views::internal::RootView
H A Droot_view.h141 void UpdateCursor(const ui::MouseEvent& event);
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc146 void RenderWidgetHostViewChildFrame::UpdateCursor(const WebCursor& cursor) { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_child_frame.h67 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_guest.h74 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_guest.cc277 void RenderWidgetHostViewGuest::UpdateCursor(const WebCursor& cursor) { function in class:content::RenderWidgetHostViewGuest
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.h219 virtual void UpdateCursor(const WebCursor& cursor) = 0;
H A Drender_widget_host_view_android.h129 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
H A Drender_widget_host_view_mac.h264 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
/external/chromium_org/content/test/
H A Dtest_render_view_host.h100 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE {}

Completed in 916 milliseconds

12