HomeSort by relevance Sort by last modified time
    Searched refs:last_move_screen_loc_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 508 int last_move_screen_loc_; member in class:TabDragController
tab_drag_controller.cc 188 last_move_screen_loc_(0),
270 last_move_screen_loc_ = start_point_in_screen_.x();
705 if ((abs(point_in_screen.x() - last_move_screen_loc_) > threshold ||
753 // last_move_screen_loc_.
756 last_move_screen_loc_ = point_in_screen.x();
    [all...]

Completed in 52 milliseconds