Searched refs:last_move_screen_x_ (Results 1 – 2 of 2) sorted by relevance
45 last_move_screen_x_(0), in DraggedTabControllerGtk()281 if (abs(screen_point.x() - last_move_screen_x_) > threshold) { in MoveTab()286 last_move_screen_x_ = screen_point.x(); in MoveTab()386 last_move_screen_x_ = screen_point.x(); in Attach()
248 int last_move_screen_x_; variable