Searched defs:tab_strip_point (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc814 gfx::Point tab_strip_point(point_in_screen);
815 views::View::ConvertPointFromScreen(attached_tabstrip_, &tab_strip_point);
817 attached_tabstrip_->GetMirroredXInView(tab_strip_point.x());
1002 gfx::Point tab_strip_point(point_in_screen);
1003 views::View::ConvertPointFromScreen(attached_tabstrip_, &tab_strip_point);
1004 tab_strip_point.set_x(
1005 attached_tabstrip_->GetMirroredXInView(tab_strip_point.x()));
1006 tab_strip_point.Offset(0, -mouse_offset_.y());
1008 GetDraggedViewTabStripBounds(tab_strip_point));
1010 attach_x_ = tab_strip_point
1398 GetDraggedViewTabStripBounds( const gfx::Point& tab_strip_point) argument
[all...]

Completed in 105 milliseconds