Home
last modified time | relevance | path

Searched refs:mouse_tab_offset_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_gtk.cc57 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()
Ddragged_tab_gtk.h38 mouse_tab_offset_ = offset; in set_mouse_tab_offset()
125 gfx::Point mouse_tab_offset_; variable
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_view.h36 mouse_tab_offset_ = offset; in set_mouse_tab_offset()
76 gfx::Point mouse_tab_offset_; variable
Ddragged_tab_view.cc37 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()