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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 459 start_point_in_screen_ = gfx::Point(source_tab_offset, mouse_offset.y());
460 views::View::ConvertPointToScreen(source_tab, &start_point_in_screen_);
465 last_point_in_screen_ = start_point_in_screen_;
466 last_move_screen_loc_ = start_point_in_screen_.x();
863 int x_offset = abs(point_in_screen.x() - start_point_in_screen_.x());
864 int y_offset = abs(point_in_screen.y() - start_point_in_screen_.y());
    [all...]
tab_drag_controller.h 531 gfx::Point start_point_in_screen_; member in class:TabDragController

Completed in 176 milliseconds