HomeSort by relevance Sort by last modified time
    Searched refs:UpdateCursor (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 44 void UpdateCursor();
touch_emulator.cc 100 UpdateCursor();
108 UpdateCursor();
286 void TouchEmulator::UpdateCursor() {
297 UpdateCursor();
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.h 49 void UpdateCursor(gfx::NativeCursor cursor);
x11_whole_screen_move_loop.cc 233 void X11WholeScreenMoveLoop::UpdateCursor(gfx::NativeCursor cursor) {
desktop_drag_drop_client_aurax11.cc 482 move_loop_.UpdateCursor(copy_grab_cursor_);
485 move_loop_.UpdateCursor(move_grab_cursor_);
488 move_loop_.UpdateCursor(grab_cursor_);
    [all...]
  /external/chromium_org/ui/wm/core/
compound_event_filter.h 58 void UpdateCursor(aura::Window* target, ui::MouseEvent* event);
compound_event_filter.cc 102 void CompoundEventFilter::UpdateCursor(aura::Window* target,
224 UpdateCursor(window, event);
  /external/chromium_org/pdf/
preview_mode_client.h 34 virtual void UpdateCursor(PP_CursorType_Dev cursor);
preview_mode_client.cc 44 void PreviewModeClient::UpdateCursor(PP_CursorType_Dev cursor) {
out_of_process_instance.h 102 virtual void UpdateCursor(PP_CursorType_Dev cursor);
pdf_engine.h 87 virtual void UpdateCursor(PP_CursorType_Dev cursor) = 0;
instance.cc 402 UpdateCursor(CalculateAutoscroll(pos));
523 UpdateCursor(PP_CURSORTYPE_POINTER);
530 UpdateCursor(PP_CURSORTYPE_POINTER);
536 UpdateCursor(PP_CURSORTYPE_POINTER);
541 UpdateCursor(PP_CURSORTYPE_POINTER);
    [all...]
instance.h 139 virtual void UpdateCursor(PP_CursorType_Dev cursor);
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 68 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
render_widget_host_view_guest.h 71 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
render_widget_host_view_guest.cc 282 void RenderWidgetHostViewGuest::UpdateCursor(const WebCursor& cursor) {
283 platform_view_->UpdateCursor(cursor);
render_widget_host_view_child_frame.cc 141 void RenderWidgetHostViewChildFrame::UpdateCursor(const WebCursor& cursor) {
  /external/chromium_org/ui/views/widget/
root_view.cc 310 UpdateCursor(event);
406 UpdateCursor(event);
426 // Synthesize a release event for UpdateCursor.
433 UpdateCursor(release_event);
754 void RootView::UpdateCursor(const ui::MouseEvent& event) {
root_view.h 139 void UpdateCursor(const ui::MouseEvent& event);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.h 216 virtual void UpdateCursor(const WebCursor& cursor) = 0;
render_widget_host_view_android.h 103 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
render_widget_host_view_aura.h 163 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
render_widget_host_view_mac.h 191 - (void)updateCursor:(NSCursor*)cursor;
275 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE;
  /external/chromium_org/content/test/
test_render_view_host.h 101 virtual void UpdateCursor(const WebCursor& cursor) OVERRIDE {}
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 325 void UpdateCursor();

Completed in 1291 milliseconds

1 2