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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.h 38 mouse_tab_offset_ = offset;
125 gfx::Point mouse_tab_offset_; member in class:DraggedTabGtk
dragged_tab_gtk.cc 57 mouse_tab_offset_(mouse_tab_offset),
89 int x = screen_point.x() + mouse_tab_offset_.x() -
90 ScaleValue(mouse_tab_offset_.x());
91 int y = screen_point.y() + mouse_tab_offset_.y() -
92 ScaleValue(mouse_tab_offset_.y());
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.h 36 mouse_tab_offset_ = offset;
76 gfx::Point mouse_tab_offset_; member in class:DraggedTabView
dragged_tab_view.cc 37 mouse_tab_offset_(mouse_tab_offset),
77 x = screen_point.x() + ScaleValue(mouse_tab_offset_.x() - ps.width());
79 x = screen_point.x() - ScaleValue(mouse_tab_offset_.x());
81 int y = screen_point.y() - ScaleValue(mouse_tab_offset_.y());

Completed in 685 milliseconds