Home | History | Annotate | Download | only in tabs

Lines Matching full:start_point_in_screen_

264   start_point_in_screen_ = gfx::Point(source_tab_offset, mouse_offset.y());
265 views::View::ConvertPointToScreen(source_tab, &start_point_in_screen_);
269 last_point_in_screen_ = start_point_in_screen_;
270 last_move_screen_loc_ = start_point_in_screen_.x();
513 int x_offset = abs(point_in_screen.x() - start_point_in_screen_.x());
514 int y_offset = abs(point_in_screen.y() - start_point_in_screen_.y());
653 int delta = point_in_screen.x() - start_point_in_screen_.x();