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

  /external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc 279 GdkEventMotion last_motion_event = gdk_event->motion; local
282 last_motion_event.x_root - mouse_down_abs_x_,
283 last_motion_event.y_root - mouse_down_abs_y_)) {
290 msg.set_param(1, last_motion_event.x_root - mouse_down_offset_x_);
291 msg.set_param(2, last_motion_event.y_root - mouse_down_offset_y_);

Completed in 435 milliseconds