Home
last modified time | relevance | path

Searched refs:last_move_screen_loc_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc188 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()
Dtab_drag_controller.h508 int last_move_screen_loc_; variable