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

  /external/chromium_org/ui/message_center/views/
notification_view_unittest.cc 237 gfx::Point cursor_location(1, 1);
239 &cursor_location);
241 cursor_location,
242 cursor_location,
255 cursor_location = gfx::Point(-1, -1);
257 cursor_location,
258 cursor_location,
276 gfx::Point cursor_location(1, 1);
278 &cursor_location);
280 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/ash/shelf/
shelf_view.h 108 bool ShouldHideTooltip(const gfx::Point& cursor_location);
shelf_view.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 531 POINT cursor_location = location.ToPOINT(); local
532 ::ClientToScreen(GetHWND(), &cursor_location); local
533 ::SetCursorPos(cursor_location.x, cursor_location.y);
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc     [all...]

Completed in 94 milliseconds