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

  /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());
  /external/chromium_org/chrome/browser/ui/views/tabs/
dragged_tab_view.h 35 mouse_tab_offset_ = offset;
75 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());
  /external/chromium/chrome/browser/ui/gtk/tabs/
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());
dragged_tab_gtk.h 38 mouse_tab_offset_ = offset;
125 gfx::Point mouse_tab_offset_; member in class:DraggedTabGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_view_gtk.h 43 mouse_tab_offset_ = offset;
168 gfx::Point mouse_tab_offset_; member in class:DraggedViewGtk
dragged_view_gtk.cc 62 mouse_tab_offset_(mouse_tab_offset),
117 int y = tabstrip_point.y() + mouse_tab_offset_.y() -
118 ScaleValue(mouse_tab_offset_.y());
124 mouse_tab_offset_.y());
194 int width = GetWidthInTabStripUpToSourceTab() + mouse_tab_offset_.x();

Completed in 457 milliseconds