Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc45 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()
Ddragged_tab_controller_gtk.h248 int last_move_screen_x_; variable