Searched refs:last_move_screen_loc_ (Results 1 – 2 of 2) sorted by relevance
188 last_move_screen_loc_(0), in TabDragController()270 last_move_screen_loc_ = start_point_in_screen_.x(); in Init()705 if ((abs(point_in_screen.x() - last_move_screen_loc_) > threshold || in MoveAttached()756 last_move_screen_loc_ = point_in_screen.x(); in MoveAttached()892 last_move_screen_loc_ = point_in_screen.x(); in Attach()
508 int last_move_screen_loc_; variable