Home
last modified time | relevance | path

Searched refs:UpdateCursor (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/input/
Dtouch_emulator.cc100 UpdateCursor(); in Enable()
108 UpdateCursor(); in Disable()
286 void TouchEmulator::UpdateCursor() { in UpdateCursor() function in content::TouchEmulator
297 UpdateCursor(); in UpdateShiftPressed()
Dtouch_emulator.h44 void UpdateCursor();
/external/chromium_org/ui/wm/core/
Dcompound_event_filter.cc102 void CompoundEventFilter::UpdateCursor(aura::Window* target, in UpdateCursor() function in wm::CompoundEventFilter
224 UpdateCursor(window, event); in OnMouseEvent()
Dcompound_event_filter.h58 void UpdateCursor(aura::Window* target, ui::MouseEvent* event);
/external/chromium_org/ui/views/widget/desktop_aura/
Dx11_whole_screen_move_loop.h49 void UpdateCursor(gfx::NativeCursor cursor);
Ddesktop_drag_drop_client_aurax11.cc482 move_loop_.UpdateCursor(copy_grab_cursor_); in OnXdndStatus()
485 move_loop_.UpdateCursor(move_grab_cursor_); in OnXdndStatus()
488 move_loop_.UpdateCursor(grab_cursor_); in OnXdndStatus()
Dx11_whole_screen_move_loop.cc233 void X11WholeScreenMoveLoop::UpdateCursor(gfx::NativeCursor cursor) { in UpdateCursor() function in views::X11WholeScreenMoveLoop
/external/chromium_org/ui/views/widget/
Droot_view.cc310 UpdateCursor(event); in OnMousePressed()
406 UpdateCursor(event); in OnMouseReleased()
433 UpdateCursor(release_event); in OnMouseCaptureLost()
754 void RootView::UpdateCursor(const ui::MouseEvent& event) { in UpdateCursor() function in views::internal::RootView
Droot_view.h139 void UpdateCursor(const ui::MouseEvent& event);
/external/chromium_org/pdf/
Dpreview_mode_client.h34 virtual void UpdateCursor(PP_CursorType_Dev cursor);
Dpreview_mode_client.cc44 void PreviewModeClient::UpdateCursor(PP_CursorType_Dev cursor) { in UpdateCursor() function in chrome_pdf::PreviewModeClient
Dpdf_engine.h87 virtual void UpdateCursor(PP_CursorType_Dev cursor) = 0;
Dinstance.cc402 UpdateCursor(CalculateAutoscroll(pos)); in HandleInputEvent()
523 UpdateCursor(PP_CURSORTYPE_POINTER); in HandleInputEvent()
530 UpdateCursor(PP_CURSORTYPE_POINTER); in HandleInputEvent()
536 UpdateCursor(PP_CURSORTYPE_POINTER); in HandleInputEvent()
541 UpdateCursor(PP_CURSORTYPE_POINTER); in HandleInputEvent()
1206 void Instance::UpdateCursor(PP_CursorType_Dev cursor) { in UpdateCursor() function in chrome_pdf::Instance
1303 UpdateCursor(cursor_type); in SetCursor()
Dout_of_process_instance.h102 virtual void UpdateCursor(PP_CursorType_Dev cursor);
Dinstance.h139 virtual void UpdateCursor(PP_CursorType_Dev cursor);
/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_guest.cc282 void RenderWidgetHostViewGuest::UpdateCursor(const WebCursor& cursor) { in UpdateCursor() function in content::RenderWidgetHostViewGuest
283 platform_view_->UpdateCursor(cursor); in UpdateCursor()
Drender_widget_host_view_guest.h71 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
Drender_widget_host_view_child_frame.h68 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
Drender_widget_host_view_child_frame.cc141 void RenderWidgetHostViewChildFrame::UpdateCursor(const WebCursor& cursor) { in UpdateCursor() function in content::RenderWidgetHostViewChildFrame
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_base.h216 virtual void UpdateCursor(const WebCursor& cursor) = 0;
Drender_widget_host_view_android.h103 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
Drender_widget_host_view_mac.h275 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
Drender_widget_host_view_aura.h163 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
/external/chromium_org/content/test/
Dtest_render_view_host.h101 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE {} in UpdateCursor() function
/external/chromium_org/ui/views/controls/textfield/
Dtextfield.h325 void UpdateCursor();

12