/external/chromium_org/content/browser/renderer_host/input/ |
D | touch_emulator.cc | 100 UpdateCursor(); in Enable() 108 UpdateCursor(); in Disable() 286 void TouchEmulator::UpdateCursor() { in UpdateCursor() function in content::TouchEmulator 297 UpdateCursor(); in UpdateShiftPressed()
|
D | touch_emulator.h | 44 void UpdateCursor();
|
/external/chromium_org/ui/wm/core/ |
D | compound_event_filter.cc | 102 void CompoundEventFilter::UpdateCursor(aura::Window* target, in UpdateCursor() function in wm::CompoundEventFilter 224 UpdateCursor(window, event); in OnMouseEvent()
|
D | compound_event_filter.h | 58 void UpdateCursor(aura::Window* target, ui::MouseEvent* event);
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | x11_whole_screen_move_loop.h | 49 void UpdateCursor(gfx::NativeCursor cursor);
|
D | desktop_drag_drop_client_aurax11.cc | 482 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()
|
D | x11_whole_screen_move_loop.cc | 233 void X11WholeScreenMoveLoop::UpdateCursor(gfx::NativeCursor cursor) { in UpdateCursor() function in views::X11WholeScreenMoveLoop
|
/external/chromium_org/ui/views/widget/ |
D | root_view.cc | 310 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
|
D | root_view.h | 139 void UpdateCursor(const ui::MouseEvent& event);
|
/external/chromium_org/pdf/ |
D | preview_mode_client.h | 34 virtual void UpdateCursor(PP_CursorType_Dev cursor);
|
D | preview_mode_client.cc | 44 void PreviewModeClient::UpdateCursor(PP_CursorType_Dev cursor) { in UpdateCursor() function in chrome_pdf::PreviewModeClient
|
D | pdf_engine.h | 87 virtual void UpdateCursor(PP_CursorType_Dev cursor) = 0;
|
D | instance.cc | 402 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()
|
D | out_of_process_instance.h | 102 virtual void UpdateCursor(PP_CursorType_Dev cursor);
|
D | instance.h | 139 virtual void UpdateCursor(PP_CursorType_Dev cursor);
|
/external/chromium_org/content/browser/frame_host/ |
D | render_widget_host_view_guest.cc | 282 void RenderWidgetHostViewGuest::UpdateCursor(const WebCursor& cursor) { in UpdateCursor() function in content::RenderWidgetHostViewGuest 283 platform_view_->UpdateCursor(cursor); in UpdateCursor()
|
D | render_widget_host_view_guest.h | 71 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
|
D | render_widget_host_view_child_frame.h | 68 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
|
D | render_widget_host_view_child_frame.cc | 141 void RenderWidgetHostViewChildFrame::UpdateCursor(const WebCursor& cursor) { in UpdateCursor() function in content::RenderWidgetHostViewChildFrame
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_base.h | 216 virtual void UpdateCursor(const WebCursor& cursor) = 0;
|
D | render_widget_host_view_android.h | 103 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
|
D | render_widget_host_view_mac.h | 275 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
|
D | render_widget_host_view_aura.h | 163 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
|
/external/chromium_org/content/test/ |
D | test_render_view_host.h | 101 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE {} in UpdateCursor() function
|
/external/chromium_org/ui/views/controls/textfield/ |
D | textfield.h | 325 void UpdateCursor();
|