HomeSort by relevance Sort by last modified time
    Searched full:cursor_location (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/message_center/views/
notification_view_unittest.cc 236 gfx::Point cursor_location(1, 1);
238 &cursor_location);
240 cursor_location,
241 cursor_location,
254 cursor_location = gfx::Point(-1, -1);
256 cursor_location,
257 cursor_location,
275 gfx::Point cursor_location(1, 1);
277 &cursor_location);
279 cursor_location,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_controller.h 36 void SetCursorBounds(const gfx::Rect& cursor_location);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 554 POINT cursor_location = location.ToPOINT(); local
555 ::ClientToScreen(GetHWND(), &cursor_location); local
556 ::SetCursorPos(cursor_location.x, cursor_location.y);
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.h 108 bool ShouldHideTooltip(const gfx::Point& cursor_location);
shelf_view.cc     [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc     [all...]

Completed in 657 milliseconds