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

1 2

  /external/chromium_org/ui/views/widget/desktop_aura/
x11_move_loop.h 26 virtual void UpdateCursor(gfx::NativeCursor cursor) = 0;
x11_whole_screen_move_loop.h 48 virtual void UpdateCursor(gfx::NativeCursor cursor) OVERRIDE;
x11_whole_screen_move_loop.cc 193 void X11WholeScreenMoveLoop::UpdateCursor(gfx::NativeCursor cursor) {
228 UpdateCursor(initial_cursor_);
desktop_drag_drop_client_aurax11_unittest.cc 91 virtual void UpdateCursor(gfx::NativeCursor cursor) OVERRIDE;
230 void TestMoveLoop::UpdateCursor(gfx::NativeCursor cursor) {
desktop_drag_drop_client_aurax11.cc 513 move_loop_->UpdateCursor(copy_grab_cursor_);
516 move_loop_->UpdateCursor(move_grab_cursor_);
519 move_loop_->UpdateCursor(grab_cursor_);
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 54 void UpdateCursor();
touch_emulator.cc 99 UpdateCursor();
107 UpdateCursor();
334 void TouchEmulator::UpdateCursor() {
345 UpdateCursor();
  /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);