Searched refs:mouse_tab_offset_ (Results 1 – 4 of 4) sorted by relevance
57 mouse_tab_offset_(mouse_tab_offset), in DraggedTabGtk()89 int x = screen_point.x() + mouse_tab_offset_.x() - in MoveTo()90 ScaleValue(mouse_tab_offset_.x()); in MoveTo()91 int y = screen_point.y() + mouse_tab_offset_.y() - in MoveTo()92 ScaleValue(mouse_tab_offset_.y()); in MoveTo()
38 mouse_tab_offset_ = offset; in set_mouse_tab_offset()125 gfx::Point mouse_tab_offset_; variable
36 mouse_tab_offset_ = offset; in set_mouse_tab_offset()76 gfx::Point mouse_tab_offset_; variable
37 mouse_tab_offset_(mouse_tab_offset), in DraggedTabView()77 x = screen_point.x() + ScaleValue(mouse_tab_offset_.x() - ps.width()); in MoveTo()79 x = screen_point.x() - ScaleValue(mouse_tab_offset_.x()); in MoveTo()81 int y = screen_point.y() - ScaleValue(mouse_tab_offset_.y()); in MoveTo()